From c5a30d3244c22ff3a781fa69dcc5452e19450a3f Mon Sep 17 00:00:00 2001 From: Salman Alshamrani Date: Wed, 31 Dec 2025 14:45:51 -0500 Subject: [PATCH] Remove unnecessary classic default specification Background blur is disabled by default. --- .../Settings/Sections/UserInterface/SongSelectSettings.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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, - }, + }), }; } }