1
0
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:
Dean Herbert 2016-10-17 10:09:34 +09:00 committed by GitHub
commit 9576a7c0e7

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
{