mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
changing song select background blur setting to boolean
This commit is contained in:
@ -43,10 +43,10 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
||||
Current = config.GetBindable<ModSelectHotkeyStyle>(OsuSetting.ModSelectHotkeyStyle),
|
||||
ClassicDefault = ModSelectHotkeyStyle.Classic
|
||||
},
|
||||
new SettingsSlider<float>
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = UserInterfaceStrings.SongSelectBackgroundBlurLevel,
|
||||
Current = config.GetBindable<float>(OsuSetting.SongSelectBackgoundBlurLevel)
|
||||
Current = config.GetBindable<bool>(OsuSetting.SongSelectBackgoundBlur)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user