Prettified Code!

This commit is contained in:
DJ2LS 2023-02-26 13:22:34 +00:00 committed by GitHub Action
parent 3c4a237370
commit 2e904bb70f

View file

@ -2577,10 +2577,9 @@ ipcRenderer.on("run-tnc-command", (event, arg) => {
sock.set_mode(arg.mode); sock.set_mode(arg.mode);
} }
if (arg.command == "requestUserInfo") { if (arg.command == "requestUserInfo") {
sock.sendRequestInfo(arg.dxcallsign); sock.sendRequestInfo(arg.dxcallsign);
} }
}); });
// IPC ACTION FOR AUTO UPDATER // IPC ACTION FOR AUTO UPDATER