1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 17:40:12 +08:00

Add icon for profile header

This commit is contained in:
Andrei Zavatski
2019-12-27 04:01:33 +03:00
Unverified
parent 25f6517fba
commit bd6e603be3
@@ -114,6 +114,8 @@ namespace osu.Game.Overlays.Profile
{
AccentColour = colours.Seafoam;
}
protected override Drawable CreateIcon() => new ScreenTitleTextureIcon(@"Icons/profile");
}
}
}