1
0
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:
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)
{
// In the case of an error, a separate notification will be displayed.
scheduleRecheck = true;
notification.FailDownload();
Logger.Error(e, @"update failed!");
}