Skip to content

Commit 584413a

Browse files
committed
Corrected null checks, and simplified detection structure with IPC handlers, still working on trying to get working without injectBrowserLogic
1 parent 40710a6 commit 584413a

File tree

7 files changed

+195
-684
lines changed

7 files changed

+195
-684
lines changed

app/browser/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,4 @@ function initializeModules(config, ipcRenderer) {
6969
require("./tools/theme").init(config, ipcRenderer);
7070
require("./tools/emulatePlatform").init(config);
7171
require("./tools/timestampCopyOverride").init(config);
72-
if (config.mqtt && config.mqtt.enabled) {
73-
console.debug("MQTT status monitoring enabled");
74-
require("./tools/statusMonitor").init(config, ipcRenderer);
75-
}
7672
}

app/browser/injectedBrowser.js

Lines changed: 0 additions & 268 deletions
This file was deleted.

0 commit comments

Comments
 (0)