mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 13:07:24 +08:00
Add second call of runOutsideGameplay
on update progress notification
At this point the update is already started in the background but I guess we can still block the notification from interrupting the user.
This commit is contained in:
parent
1f45b2134f
commit
38ee824b12
@ -97,7 +97,7 @@ namespace osu.Desktop.Updater
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
Schedule(() => notificationOverlay.Post(notification));
|
runOutsideOfGameplay(() => notificationOverlay.Post(notification));
|
||||||
}
|
}
|
||||||
|
|
||||||
notification.StartDownload();
|
notification.StartDownload();
|
||||||
|
Loading…
Reference in New Issue
Block a user