mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:43:25 +08:00
Remove InstallingUpdate progress notification
Velopack won't install the updates while the program is open, it'll do it in between restarts or before starting.
This commit is contained in:
parent
cae3607caf
commit
c13f24d553
@ -135,11 +135,6 @@ Click to see what's new!", version);
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString DownloadingUpdate => new TranslatableString(getKey(@"downloading_update"), @"Downloading update...");
|
public static LocalisableString DownloadingUpdate => new TranslatableString(getKey(@"downloading_update"), @"Downloading update...");
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// "Installing update..."
|
|
||||||
/// </summary>
|
|
||||||
public static LocalisableString InstallingUpdate => new TranslatableString(getKey(@"installing_update"), @"Installing update...");
|
|
||||||
|
|
||||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -176,12 +176,6 @@ namespace osu.Game.Updater
|
|||||||
Text = NotificationsStrings.DownloadingUpdate;
|
Text = NotificationsStrings.DownloadingUpdate;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void StartInstall()
|
|
||||||
{
|
|
||||||
Progress = 0;
|
|
||||||
Text = NotificationsStrings.InstallingUpdate;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void FailDownload()
|
public void FailDownload()
|
||||||
{
|
{
|
||||||
State = ProgressNotificationState.Cancelled;
|
State = ProgressNotificationState.Cancelled;
|
||||||
|
Loading…
Reference in New Issue
Block a user