Create "User Interface" settings section

This commit is contained in:
Bartłomiej Dach
2020-11-29 22:00:15 +01:00
parent 3e5a6981b9
commit a5c4a8d2e9
8 changed files with 35 additions and 8 deletions

View File

@ -26,7 +26,6 @@ namespace osu.Game.Overlays.Settings.Sections
Children = new Drawable[]
{
new GeneralSettings(),
new SongSelectSettings(),
new ModsSettings(),
};
}