Update SkinSection.cs

Added "Use beatmap skins" button to general settings
This commit is contained in:
nwabear 2019-01-17 14:40:22 -06:00 committed by GitHub
parent e62f1e8851
commit 42fa04beee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,11 @@ namespace osu.Game.Overlays.Settings.Sections
KeyboardStep = 0.01f
},
new SettingsCheckbox
{
LabelText = "Use beatmap skins",
Bindable = config.GetBindable<bool>(OsuSetting.BeatmapSkins)
},
new SettingsCheckbox
{
LabelText = "Adjust gameplay cursor size based on current beatmap",
Bindable = config.GetBindable<bool>(OsuSetting.AutoCursorSize)