From 4ec5af47b144c684bd54263f3ac2f2c16d4fe534 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sun, 17 Oct 2021 16:00:23 +0200 Subject: [PATCH] updated main.js forgot this on the last commit... Time for coffee! --- gui/main.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gui/main.js b/gui/main.js index 1317b91d..63667616 100644 --- a/gui/main.js +++ b/gui/main.js @@ -190,6 +190,13 @@ ipcMain.on('request-update-daemon-state', (event, arg) => { win.webContents.send('action-update-daemon-state', arg); }); +ipcMain.on('request-update-hamlib-test', (event, arg) => { + win.webContents.send('action-update-hamlib-test', arg); +}); + + + + ipcMain.on('request-update-daemon-connection', (event, arg) => { win.webContents.send('action-update-daemon-connection', arg); });