mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09: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