1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Add note about being able to apply a newer update during runtime

This commit is contained in:
Dean Herbert 2024-09-04 19:41:40 +09:00
parent 0e85110ee2
commit abd74ab41c
No known key found for this signature in database

View File

@ -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.