mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Fix toast issue
This commit is contained in:
parent
9b72ac9de8
commit
d2c2b71a02
1 changed files with 1 additions and 1 deletions
|
@ -2775,7 +2775,7 @@ ipcRenderer.on(
|
|||
"action-show-arq-toast-transmission-transmitted",
|
||||
(event, data) => {
|
||||
console.log(data["data"][0]);
|
||||
let content = `received cq from <strong>${dxcallsign}</strong> (${dxgrid})`;
|
||||
//let content = `received cq from <strong>${dxcallsign}</strong> (${dxgrid})`;
|
||||
displayToast(
|
||||
(type = "success"),
|
||||
(icon = "bi-broadcast"),
|
||||
|
|
Loading…
Reference in a new issue