mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'update-button' of https://github.com/Craftplacer/osu into update-button
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
});
|
||||
|
||||
// We should only display the button for UpdateManagers that do check for updates
|
||||
if (updateManager != null && updateManager.CanCheckForUpdate)
|
||||
if (updateManager?.CanCheckForUpdate == true)
|
||||
{
|
||||
Add(new SettingsButton
|
||||
{
|
||||
|
Reference in New Issue
Block a user