1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 19:50:31 +08:00

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
Unverified
parent e62f1e8851
commit 42fa04beee
@@ -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)