mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 08:27:23 +08:00
Merge pull request #1051 from peppy/fix-di-chatline-regression
Allow ChatLines to exist without UserProfileOverlay
This commit is contained in:
commit
fd4cd5edd1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user