mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = GameplaySettingsStrings.BackgroundBlur,
|
LabelText = GameplaySettingsStrings.BackgroundBlur,
|
||||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur)
|
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur),
|
||||||
|
ClassicDefault = false,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user