mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
bugfix: improve GamePresenter's IsConnected evaluation
This commit is contained in:
committed by
alexiscatnip
parent
7afeed5296
commit
bfec7ea72a
@@ -21,7 +21,7 @@ namespace Raindrop.Presenters
|
||||
|
||||
private Settings s; //todo. init this.
|
||||
|
||||
bool IsConnectedToServer => instance.Client.Network.Connected;
|
||||
bool IsConnectedToServer => instance.Netcom.IsLoggedIn;
|
||||
|
||||
|
||||
#region references to UI elements
|
||||
|
||||
Reference in New Issue
Block a user