Rename property

This commit is contained in:
Andrei Zavatski
2021-01-21 23:39:19 +03:00
parent 4555b9ff70
commit c631354b57
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 Icon => FontAwesome.Solid.Bell;
[BackgroundDependencyLoader]
private void load()