improved UI of maintenance section in settings

This commit is contained in:
Supersonicboss1
2022-06-21 23:00:03 +01:00
parent 26541ad350
commit e4931f977c
5 changed files with 170 additions and 76 deletions

View File

@ -24,7 +24,10 @@ namespace osu.Game.Overlays.Settings.Sections
{
Children = new Drawable[]
{
new GeneralSettings()
new BeatmapSettings(),
new SkinSettings(),
new CollectionsSettings(),
new ScoreSettings()
};
}
}