mirror of
https://github.com/ppy/osu
synced 2025-01-25 15:23:02 +00:00
Merge pull request #1192 from peppy/correct-direct-toolbar-icon
Use the correct icon for osu!direct in the toolbar
This commit is contained in:
commit
67513177e6
@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
public ToolbarDirectButton()
|
||||
{
|
||||
SetIcon(FontAwesome.fa_download);
|
||||
SetIcon(FontAwesome.fa_osu_chevron_down_o);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user