mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Merge pull request #1812 from peppy/hide-unavailable-functions
Remove search button on toolbar
This commit is contained in:
commit
d91ae42ca5
@ -62,10 +62,10 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
new ToolbarChatButton(),
|
new ToolbarChatButton(),
|
||||||
new ToolbarSocialButton(),
|
new ToolbarSocialButton(),
|
||||||
new ToolbarMusicButton(),
|
new ToolbarMusicButton(),
|
||||||
new ToolbarButton
|
//new ToolbarButton
|
||||||
{
|
//{
|
||||||
Icon = FontAwesome.fa_search
|
// Icon = FontAwesome.fa_search
|
||||||
},
|
//},
|
||||||
userArea = new ToolbarUserArea(),
|
userArea = new ToolbarUserArea(),
|
||||||
new ToolbarNotificationButton(),
|
new ToolbarNotificationButton(),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user