mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Use the correct icon for osu!direct in the toolbar
This commit is contained in:
@ -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]
|
||||||
|
Reference in New Issue
Block a user