Detect disconnection from server, automatically go into offline mode
This commit is contained in:
parent
38e95c9102
commit
cf7e81ba54
16 changed files with 844 additions and 437 deletions
7
LANCommander.Launcher.Models/ConnectionState.cs
Normal file
7
LANCommander.Launcher.Models/ConnectionState.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace LANCommander.Launcher.Models;
|
||||
|
||||
public class ConnectionState
|
||||
{
|
||||
public bool IsConnected { get; set; }
|
||||
public bool OfflineModeEnabled { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue