mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Add note about being able to apply a newer update during runtime
This commit is contained in:
parent
0e85110ee2
commit
abd74ab41c
@ -54,6 +54,8 @@ namespace osu.Desktop.Updater
|
||||
if (localUserInfo?.IsPlaying.Value == true)
|
||||
return false;
|
||||
|
||||
// TODO: we should probably be checking if there's a more recent update, rather than shortcutting here.
|
||||
// Velopack does support this scenario (see https://github.com/ppy/osu/pull/28743#discussion_r1743495975).
|
||||
if (pendingUpdate != null)
|
||||
{
|
||||
// If there is an update pending restart, show the notification to restart again.
|
||||
|
Loading…
Reference in New Issue
Block a user