Reorder settings to (probably) feel more correct

This commit is contained in:
Dean Herbert 2020-11-30 16:09:38 +09:00
parent e0a84ff1dc
commit e14db45374

View File

@ -23,11 +23,11 @@ namespace osu.Game.Overlays
{
new GeneralSection(),
new GraphicsSection(),
new AudioSection(),
new InputSection(createSubPanel(new KeyBindingPanel())),
new UserInterfaceSection(),
new GameplaySection(),
new AudioSection(),
new SkinSection(),
new InputSection(createSubPanel(new KeyBindingPanel())),
new OnlineSection(),
new MaintenanceSection(),
new DebugSection(),