Fixed notifications for old and new callsigns

This commit is contained in:
Jordan Sherer 2019-10-10 22:23:06 -04:00
parent 3e853f4250
commit 48a11bf491

View File

@ -4642,13 +4642,13 @@ void MainWindow::logCallActivity(CallDetail d, bool spot){
} else {
// create
m_callActivity[d.call] = d;
}
// notification for new and old call
if(m_logBook.hasWorkedBefore(d.call, "")){
tryNotify("call_old");
} else {
tryNotify("call_new");
// notification of old and new callsigns
if(m_logBook.hasWorkedBefore(d.call, "")){
tryNotify("call_old");
} else {
tryNotify("call_new");
}
}
// enqueue for spotting to psk reporter