mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 12:23:13 +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
|
new ToolbarButton
|
||||||
{
|
{
|
||||||
Icon = FontAwesome.gear,
|
Icon = FontAwesome.gear,
|
||||||
Action = OnSettings,
|
|
||||||
TooltipMain = "Settings",
|
TooltipMain = "Settings",
|
||||||
TooltipSub = "Change your settings",
|
TooltipSub = "Change your settings",
|
||||||
|
Action = OnSettings
|
||||||
},
|
},
|
||||||
new ToolbarButton
|
new ToolbarButton
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user