1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 13:44:26 +08:00

Merge pull request #90 from Lunar-Dust/patch-1

Reorder ToolbarButton instantiation for consistency
This commit is contained in:
Dean Herbert
2016-10-17 10:09:34 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -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
{