mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Reorder ToolbarButton instantiation for consistency
Might as start good standards now rather than later
This commit is contained in:
parent
96095f34e2
commit
8e47d72f93
@ -62,9 +62,9 @@ namespace osu.Game.Overlays
|
||||
new ToolbarButton
|
||||
{
|
||||
Icon = FontAwesome.gear,
|
||||
Action = OnSettings,
|
||||
TooltipMain = "Settings",
|
||||
TooltipSub = "Change your settings",
|
||||
Action = OnSettings
|
||||
},
|
||||
new ToolbarButton
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user