mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +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
|
// 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
|
Add(new SettingsButton
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user