mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-30 04:23:38 +00:00
missing static flag
This commit is contained in:
@@ -37,7 +37,7 @@ namespace ElectronNET.API
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsConnected => BridgeConnector.IsConnected;
|
||||
public static bool IsConnected => BridgeConnector.IsConnected;
|
||||
|
||||
/// <summary>
|
||||
/// Listens to channel, when a new message arrives listener would be called with
|
||||
|
||||
Reference in New Issue
Block a user