mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 23:42:55 +08:00
Add classic default for song select blur setting
This commit is contained in:
parent
e333e12b2e
commit
01e280eb6b
@ -46,7 +46,8 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = GameplaySettingsStrings.BackgroundBlur,
|
||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur)
|
||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur),
|
||||
ClassicDefault = false,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user