mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Also schedule a re-check on download failure
This commit is contained in:
parent
10e84d72e5
commit
19e4cc84d5
@ -105,6 +105,7 @@ namespace osu.Desktop.Updater
|
||||
catch (Exception e)
|
||||
{
|
||||
// In the case of an error, a separate notification will be displayed.
|
||||
scheduleRecheck = true;
|
||||
notification.FailDownload();
|
||||
Logger.Error(e, @"update failed!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user