mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove ProgressNotification
vertical movement and delay
This commit is contained in:
@ -141,8 +141,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
case ProgressNotificationState.Completed:
|
||||
loadingSpinner.Hide();
|
||||
MainContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint);
|
||||
this.FadeOut(200).Finally(_ => Completed());
|
||||
Completed();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user