1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Fix incorrectly committed testing change

This commit is contained in:
Dean Herbert 2020-10-06 20:57:39 +09:00 committed by GitHub
parent de47392e3d
commit e8b34ba4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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