mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 04:53:52 +08:00
Set HeaderTabControl's default AccentColour to non-transparent
Avoids items disappearing if no accent colour is set.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
{
|
||||
private readonly Box bar;
|
||||
|
||||
private Color4 accentColour;
|
||||
private Color4 accentColour = Color4.White;
|
||||
|
||||
public Color4 AccentColour
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user