1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 23:13:06 +08:00

Fix update progress notification not closing on completion

This commit is contained in:
Salman Ahmed 2022-09-23 16:30:07 +03:00
parent 4bd92b89bc
commit cdc3afac88

View File

@ -156,6 +156,7 @@ namespace osu.Game.Updater
switch (State)
{
case ProgressNotificationState.Cancelled:
case ProgressNotificationState.Completed:
base.Close(runFlingAnimation);
break;
}