Fixed issue with ALLCALL block blocking legit directed query

This commit is contained in:
Jordan Sherer 2018-09-13 01:10:32 -04:00
parent 62042cfa33
commit 735acb000e

View File

@ -9553,7 +9553,7 @@ void MainWindow::processCommandActivity() {
// do not respond to allcall ? if:
// 1. we recently responded to one
// 2. or, we are in a directed qso...(i.e., we have a callsign selected)
if(!callsignSelected().isEmpty()){
if(isAllCall && !callsignSelected().isEmpty()){
continue;
}