mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
there is an issue of missing setting obj (null ref)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user