Fix comment

This commit is contained in:
Mashintime 2023-02-12 19:45:43 -05:00
parent a6d028f57e
commit 7cbc3a5949

View file

@ -235,7 +235,7 @@ client.on("data", function (socketdata) {
if (data["freedata"] == "tnc-message") {
switch (data["fec"]) {
case "is_writing":
// CQ TRANSMITTING
// RX'd FECiswriting
ipcRenderer.send("request-show-fec-toast-iswriting", {
data: [data],
});