1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 21:42:55 +08:00

Fix "form" file selector displaying commit animation on initial show

This commit is contained in:
Bartłomiej Dach 2024-10-03 11:10:55 +02:00
parent b15608343b
commit 09441a53c2
No known key found for this signature in database

View File

@ -154,6 +154,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
updateState();
onFileSelected();
}, true);
FinishTransforms(true);
game.RegisterImportHandler(this);
}