1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 13:06:53 +08:00

Remove unnecessary classic default specification

Background blur is disabled by default.
This commit is contained in:
Salman Alshamrani
2025-12-31 14:45:51 -05:00
Unverified
parent 96c414be86
commit c5a30d3244
@@ -56,10 +56,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
{
Caption = GameplaySettingsStrings.BackgroundBlur,
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur),
})
{
ApplyClassicDefault = () => backgroundBlurCheckbox.Current.Value = false,
},
}),
};
}
}