Pasted comment in the wrong spot

This commit is contained in:
Mashintime 2023-08-12 10:43:08 -04:00
parent 299ae1e44d
commit 389e1e7676

View file

@ -911,7 +911,6 @@ ipcRenderer.on("action-new-msg-received", (event, arg) => {
obj.filetype = "null";
obj.file = "null";
obj.new = 0;
// check for messages which failed and try to transmit them
if (config.enable_request_profile == "True") {
sendUserData(item.dxcallsign);
}