Fixed issue with ALLCALL block blocking legit directed query
This commit is contained in:
parent
62042cfa33
commit
735acb000e
@ -9553,7 +9553,7 @@ void MainWindow::processCommandActivity() {
|
|||||||
// do not respond to allcall ? if:
|
// do not respond to allcall ? if:
|
||||||
// 1. we recently responded to one
|
// 1. we recently responded to one
|
||||||
// 2. or, we are in a directed qso...(i.e., we have a callsign selected)
|
// 2. or, we are in a directed qso...(i.e., we have a callsign selected)
|
||||||
if(!callsignSelected().isEmpty()){
|
if(isAllCall && !callsignSelected().isEmpty()){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user