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

Merge pull request #1812 from peppy/hide-unavailable-functions

Remove search button on toolbar
This commit is contained in:
Dean Herbert
2018-01-02 13:50:12 +09:00
committed by GitHub
Unverified
+4 -4
View File
@@ -62,10 +62,10 @@ namespace osu.Game.Overlays.Toolbar
new ToolbarChatButton(),
new ToolbarSocialButton(),
new ToolbarMusicButton(),
new ToolbarButton
{
Icon = FontAwesome.fa_search
},
//new ToolbarButton
//{
// Icon = FontAwesome.fa_search
//},
userArea = new ToolbarUserArea(),
new ToolbarNotificationButton(),
}