Move setting to osu! ruleset subsection

This commit is contained in:
Bartłomiej Dach
2020-10-19 21:00:49 +02:00
parent 4267d23d59
commit bca0539735
5 changed files with 13 additions and 14 deletions

View File

@ -79,11 +79,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
Current = config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode),
Keywords = new[] { "scoring" }
},
new SettingsCheckbox
{
LabelText = "Show playfield border",
Current = config.GetBindable<bool>(OsuSetting.ShowPlayfieldBorder),
},
};
if (RuntimeInfo.OS == RuntimeInfo.Platform.Windows)