mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Reverted update notification to original implementation
This commit is contained in:
parent
3644eda9a9
commit
b91090a4e1
@ -156,11 +156,7 @@ namespace osu.Desktop.Overlays
|
||||
|
||||
if (notification == null)
|
||||
{
|
||||
notification = new UpdateProgressNotification
|
||||
{
|
||||
CompletionText = "Successfully updated the game!",
|
||||
State = ProgressNotificationState.Active
|
||||
};
|
||||
notification = new UpdateProgressNotification { State = ProgressNotificationState.Active };
|
||||
Schedule(() => notificationOverlay.Post(notification));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user