mirror of
https://github.com/ppy/osu
synced 2024-12-29 10:22:43 +00:00
Make IAPIProvider instances nullable
This commit is contained in:
parent
7de7748607
commit
ee14a275a2
@ -202,7 +202,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
private TextBox password;
|
||||
private ShakeContainer shakeSignIn;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(CanBeNull = true)]
|
||||
private IAPIProvider api { get; set; }
|
||||
|
||||
public Action RequestHide;
|
||||
|
Loading…
Reference in New Issue
Block a user