Use the correct icon for osu!direct in the toolbar

This commit is contained in:
Dean Herbert
2017-08-25 13:03:34 +09:00
parent cf251b70c7
commit 86bde4b6b2

View File

@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Toolbar
{ {
public ToolbarDirectButton() public ToolbarDirectButton()
{ {
SetIcon(FontAwesome.fa_download); SetIcon(FontAwesome.fa_osu_chevron_down_o);
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]