Merge branch 'update-button' of https://github.com/Craftplacer/osu into update-button

This commit is contained in:
Craftplacer
2020-05-08 02:56:33 +02:00

View File

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