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:
parent
4bd92b89bc
commit
cdc3afac88
@ -156,6 +156,7 @@ namespace osu.Game.Updater
|
||||
switch (State)
|
||||
{
|
||||
case ProgressNotificationState.Cancelled:
|
||||
case ProgressNotificationState.Completed:
|
||||
base.Close(runFlingAnimation);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user