From d18700f64d0f71ab85b1f0de5a87ae068b840892 Mon Sep 17 00:00:00 2001 From: theolivenbaum Date: Thu, 2 Sep 2021 18:29:02 +0200 Subject: [PATCH] missing static flag --- ElectronNET.API/IpcMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronNET.API/IpcMain.cs b/ElectronNET.API/IpcMain.cs index 537f1fb..d6e1eee 100644 --- a/ElectronNET.API/IpcMain.cs +++ b/ElectronNET.API/IpcMain.cs @@ -37,7 +37,7 @@ namespace ElectronNET.API } } - public bool IsConnected => BridgeConnector.IsConnected; + public static bool IsConnected => BridgeConnector.IsConnected; /// /// Listens to channel, when a new message arrives listener would be called with