mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +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
|
public sealed class LoginPlaceholder : Placeholder
|
||||||
{
|
{
|
||||||
[Resolved]
|
[Resolved(CanBeNull = true)]
|
||||||
private LoginOverlay login { get; set; }
|
private LoginOverlay login { get; set; }
|
||||||
|
|
||||||
public LoginPlaceholder(string action)
|
public LoginPlaceholder(string action)
|
||||||
|
Reference in New Issue
Block a user