Merge branch 'master' into update-check-improvements

This commit is contained in:
Bartłomiej Dach
2020-10-08 21:32:26 +02:00
committed by GitHub
78 changed files with 1155 additions and 528 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
Add(new SettingsEnumDropdown<ReleaseStream>
{
LabelText = "Release stream",
Bindable = config.GetBindable<ReleaseStream>(OsuSetting.ReleaseStream),
Current = config.GetBindable<ReleaseStream>(OsuSetting.ReleaseStream),
});
if (updateManager?.CanCheckForUpdate == true)