Make CreateIcon a property

This commit is contained in:
Andrei Zavatski
2021-01-21 22:47:44 +03:00
parent a7c22ebe88
commit 343166f158
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
public override string TooltipText => "mapping subscribers";
protected override IconUsage CreateIcon() => FontAwesome.Solid.Bell;
protected override IconUsage CreateIcon => FontAwesome.Solid.Bell;
[BackgroundDependencyLoader]
private void load()