mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Reorder sections to be more in line with how often they are adjusted
This commit is contained in:
parent
67b6202878
commit
a986870a99
@ -24,12 +24,12 @@ namespace osu.Game.Overlays
|
||||
protected override IEnumerable<SettingsSection> CreateSections() => new SettingsSection[]
|
||||
{
|
||||
new GeneralSection(),
|
||||
new GraphicsSection(),
|
||||
new AudioSection(),
|
||||
new SkinSection(),
|
||||
new InputSection(createSubPanel(new KeyBindingPanel())),
|
||||
new UserInterfaceSection(),
|
||||
new GameplaySection(),
|
||||
new SkinSection(),
|
||||
new AudioSection(),
|
||||
new GraphicsSection(),
|
||||
new OnlineSection(),
|
||||
new MaintenanceSection(),
|
||||
new DebugSection(),
|
||||
|
Loading…
Reference in New Issue
Block a user