mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Allow DI for LoginOverlay to resolve to null in non-graphical environments (fix tests)
This commit is contained in:
@ -11,7 +11,7 @@ namespace osu.Game.Online.Placeholders
|
||||
{
|
||||
public sealed class LoginPlaceholder : Placeholder
|
||||
{
|
||||
[Resolved]
|
||||
[Resolved(CanBeNull = true)]
|
||||
private LoginOverlay login { get; set; }
|
||||
|
||||
public LoginPlaceholder(string action)
|
||||
|
Reference in New Issue
Block a user