1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:47:46 +08:00

Also schedule a re-check on download failure

This commit is contained in:
Dean Herbert 2024-09-09 01:58:09 +09:00
parent 10e84d72e5
commit 19e4cc84d5
No known key found for this signature in database

View File

@ -105,6 +105,7 @@ namespace osu.Desktop.Updater
catch (Exception e) catch (Exception e)
{ {
// In the case of an error, a separate notification will be displayed. // In the case of an error, a separate notification will be displayed.
scheduleRecheck = true;
notification.FailDownload(); notification.FailDownload();
Logger.Error(e, @"update failed!"); Logger.Error(e, @"update failed!");
} }