mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Recolor play time border
This commit is contained in:
@ -27,12 +27,12 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OverlayColourProvider colourProvider)
|
||||||
{
|
{
|
||||||
InternalChild = info = new OverlinedInfoContainer
|
InternalChild = info = new OverlinedInfoContainer
|
||||||
{
|
{
|
||||||
Title = "Total Play Time",
|
Title = "Total Play Time",
|
||||||
LineColour = colours.Yellow,
|
LineColour = colourProvider.Highlight1,
|
||||||
};
|
};
|
||||||
|
|
||||||
User.BindValueChanged(updateTime, true);
|
User.BindValueChanged(updateTime, true);
|
||||||
|
Reference in New Issue
Block a user