mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:43:20 +08:00
Merge pull request #90 from Lunar-Dust/patch-1
Reorder ToolbarButton instantiation for consistency
This commit is contained in:
commit
9576a7c0e7
@ -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