1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

Add classic default for song select blur setting

This commit is contained in:
Dean Herbert 2023-01-25 16:31:41 +09:00
parent e333e12b2e
commit 01e280eb6b

View File

@ -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,
}
};
}