osu/osu.Game/Overlays/Settings/Sections
Bartłomiej Dach 78e590d25d Refactor skin sorting method
* Rename to `sortUserSkins` to convey meaning better.
* Sort in-place instead of slicing the list.
* Change to `void` to avoid misleading users that the method returns
  a new list instance.
* Fix typo in comment.
2021-01-19 18:36:42 +01:00
..
Audio
Debug
Gameplay
General
Graphics Move gameplay preview event binding to LoadComplete 2021-01-06 15:19:12 +09:00
Input
Maintenance
Online Reword setting to make more sense 2021-01-17 22:42:48 +09:00
UserInterface Fix selected item not being highlighted on some setting dropdowns 2020-12-19 19:04:13 -08:00
AudioSection.cs
DebugSection.cs
GameplaySection.cs
GeneralSection.cs
GraphicsSection.cs
InputSection.cs
MaintenanceSection.cs
OnlineSection.cs Add ability to toggle discord rich presence 2021-01-03 10:37:28 +07:00
SizeSlider.cs
SkinSection.cs Refactor skin sorting method 2021-01-19 18:36:42 +01:00
UserInterfaceSection.cs