mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 17:40:37 +08:00
Reverted update notification to original implementation
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user