diff --git a/osu.Game/Overlays/Settings/Sections/UserInterface/SongSelectSettings.cs b/osu.Game/Overlays/Settings/Sections/UserInterface/SongSelectSettings.cs index 72ebe33491..4052842de9 100644 --- a/osu.Game/Overlays/Settings/Sections/UserInterface/SongSelectSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/UserInterface/SongSelectSettings.cs @@ -56,10 +56,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface { Caption = GameplaySettingsStrings.BackgroundBlur, Current = config.GetBindable(OsuSetting.SongSelectBackgroundBlur), - }) - { - ApplyClassicDefault = () => backgroundBlurCheckbox.Current.Value = false, - }, + }), }; } }