code style format

This commit is contained in:
kj415j45
2021-08-14 11:04:38 +08:00
parent 5cfb89f18a
commit e26ccf786e
5 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Overlays.Settings.Sections.Online
},
new SettingsCheckbox
{
LabelText = OnlineSettingsStrings.AutomaticallyDownload,
LabelText = OnlineSettingsStrings.AutomaticallyDownloadWhenSpectating,
Keywords = new[] { "spectator" },
Current = config.GetBindable<bool>(OsuSetting.AutomaticallyDownloadWhenSpectating),
},