Fixed issue with allcall buffering responses while autoreply is disabled
This commit is contained in:
parent
9bac05c86c
commit
69b90b243a
@ -8904,6 +8904,11 @@ void MainWindow::processCommandActivity() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// do not queue ALLCALL replies if auto-reply is not checked
|
||||||
|
if(!ui->autoReplyButton->isChecked() && isAllCall){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// queue the reply here to be sent when a free interval is available on the frequency that was sent
|
// queue the reply here to be sent when a free interval is available on the frequency that was sent
|
||||||
// unless, this is an allcall, to which we should be responding on a clear frequency offset
|
// unless, this is an allcall, to which we should be responding on a clear frequency offset
|
||||||
// we always want to make sure that the directed cache has been updated at this point so we have the
|
// we always want to make sure that the directed cache has been updated at this point so we have the
|
||||||
|
Loading…
Reference in New Issue
Block a user