mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 00:24:21 +08:00
Allow ChatLines to exist without UserProfileOverlay
Fixes testcases failing when logged in.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace osu.Game.Overlays.Chat
|
||||
Padding = new MarginPadding { Left = padding, Right = padding };
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(OsuColour colours, UserProfileOverlay profile)
|
||||
{
|
||||
customUsernameColour = colours.ChatBlue;
|
||||
|
||||
Reference in New Issue
Block a user