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:
@@ -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,
|
||||
},
|
||||
}),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user