mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed tnc state
This commit is contained in:
parent
0fb632394b
commit
ee6aeb1f78
1 changed files with 1 additions and 1 deletions
|
@ -1788,7 +1788,7 @@ ipcRenderer.on('action-update-daemon-connection', (event, arg) => {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcRenderer.on('action-update-tnc-connection', (arg) => {
|
ipcRenderer.on('action-update-tnc-connection', (event, arg) => {
|
||||||
|
|
||||||
if (arg.tnc_connection == "open") {
|
if (arg.tnc_connection == "open") {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue