mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 23:17:25 +09:00
Allow ChatLines to exist without UserProfileOverlay
Fixes testcases failing when logged in.
This commit is contained in:
parent
d344452e9b
commit
7549d3a2c4
@ -78,7 +78,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
Padding = new MarginPadding { Left = padding, Right = padding };
|
Padding = new MarginPadding { Left = padding, Right = padding };
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader(true)]
|
||||||
private void load(OsuColour colours, UserProfileOverlay profile)
|
private void load(OsuColour colours, UserProfileOverlay profile)
|
||||||
{
|
{
|
||||||
customUsernameColour = colours.ChatBlue;
|
customUsernameColour = colours.ChatBlue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user