mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix typo in settings enum (seriously)
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = GameplaySettingsStrings.BackgroundBlur,
|
||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
|
||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgroundBlur)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user