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 {
|
} else {
|
||||||
// create
|
// create
|
||||||
m_callActivity[d.call] = d;
|
m_callActivity[d.call] = d;
|
||||||
}
|
|
||||||
|
|
||||||
// notification for new and old call
|
// notification of old and new callsigns
|
||||||
if(m_logBook.hasWorkedBefore(d.call, "")){
|
if(m_logBook.hasWorkedBefore(d.call, "")){
|
||||||
tryNotify("call_old");
|
tryNotify("call_old");
|
||||||
} else {
|
} else {
|
||||||
tryNotify("call_new");
|
tryNotify("call_new");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// enqueue for spotting to psk reporter
|
// enqueue for spotting to psk reporter
|
||||||
|
Loading…
Reference in New Issue
Block a user