Change some icons to be more descriptive (still placeholder)

This commit is contained in:
Dean Herbert
2021-10-12 14:53:19 +09:00
parent 59202d27c7
commit 24b87cf655
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections
public override Drawable CreateIcon() => new SpriteIcon
{
Icon = FontAwesome.Regular.Square
Icon = FontAwesome.Solid.Chess
};
[BackgroundDependencyLoader]