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:
parent
10e84d72e5
commit
19e4cc84d5
@ -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!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user