1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-28 09:37:23 +08:00

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 GeneralSection(),
new GraphicsSection(), new GraphicsSection(),
new AudioSection(),
new InputSection(createSubPanel(new KeyBindingPanel())),
new UserInterfaceSection(), new UserInterfaceSection(),
new GameplaySection(), new GameplaySection(),
new AudioSection(),
new SkinSection(), new SkinSection(),
new InputSection(createSubPanel(new KeyBindingPanel())),
new OnlineSection(), new OnlineSection(),
new MaintenanceSection(), new MaintenanceSection(),
new DebugSection(), new DebugSection(),