Fixed notifications for old and new callsigns
This commit is contained in:
parent
3e853f4250
commit
48a11bf491
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user