mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Send shared folder list to correct dxcall.
This commit is contained in:
parent
fdfcb038c7
commit
04d92b2d8c
1 changed files with 1 additions and 1 deletions
|
@ -2037,7 +2037,7 @@ function sendSharedFolderList(dxcallsign) {
|
|||
|
||||
ipcRenderer.send("run-tnc-command", {
|
||||
command: "responseSharedFolderList",
|
||||
dxcallsign: selected_callsign,
|
||||
dxcallsign: dxcallsign,
|
||||
folderFileList: fileListWithCallsign,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue