From b91090a4e16670cd97bac454aa01c5fadb029927 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Tue, 19 Dec 2017 16:51:36 +0100 Subject: [PATCH] Reverted update notification to original implementation --- osu.Desktop/Overlays/VersionManager.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/osu.Desktop/Overlays/VersionManager.cs b/osu.Desktop/Overlays/VersionManager.cs index 94c09c2624..9e13003c3f 100644 --- a/osu.Desktop/Overlays/VersionManager.cs +++ b/osu.Desktop/Overlays/VersionManager.cs @@ -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)); }