Fix toast issue

This commit is contained in:
Mashintime 2023-02-12 18:36:27 -05:00
parent 9b72ac9de8
commit d2c2b71a02

View file

@ -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"),