mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:19:55 +08:00
Fix incorrectly committed testing change
This commit is contained in:
committed by
GitHub
Unverified
parent
de47392e3d
commit
e8b34ba4ac
@@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
Bindable = config.GetBindable<ReleaseStream>(OsuSetting.ReleaseStream),
|
||||
});
|
||||
|
||||
//if (updateManager?.CanCheckForUpdate == true)
|
||||
if (updateManager?.CanCheckForUpdate == true)
|
||||
{
|
||||
Add(checkForUpdatesButton = new SettingsButton
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user