Change property name to CanCheckForUpdate

This commit is contained in:
Craftplacer
2020-05-08 02:50:58 +02:00
parent 3c24ca08d0
commit ebd1df8c28
4 changed files with 8 additions and 5 deletions

View File

@ -25,8 +25,8 @@ namespace osu.Game.Overlays.Settings.Sections.General
Bindable = config.GetBindable<ReleaseStream>(OsuSetting.ReleaseStream),
});
// We should only display the button for UpdateManagers that do update the client
if (updateManager != null && updateManager.CanPerformUpdate)
// We should only display the button for UpdateManagers that do check for updates
if (updateManager != null && updateManager.CanCheckForUpdate)
{
Add(new SettingsButton
{