there is an issue of missing setting obj (null ref)

This commit is contained in:
alexiscatnip
2022-01-18 21:31:53 +08:00
parent 5f3b8e7d62
commit f6da2027e9
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Raindrop.Presenters
private GridClient client { get { return instance.Client; } }
private UIService uimanager;
private Settings s;
private Settings s; //todo. init this.
bool Active => instance.Client.Network.Connected;