SELCALL checked should disable repeat transmissions
This commit is contained in:
parent
3d3be02830
commit
19cb0b859d
@ -2716,6 +2716,10 @@ void MainWindow::on_selcalButton_toggled(bool checked){
|
|||||||
clearCallsignSelected();
|
clearCallsignSelected();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(checked){
|
||||||
|
resetAutomaticIntervalTransmissions(true, true);
|
||||||
|
}
|
||||||
|
|
||||||
resetPushButtonToggleText(ui->selcalButton);
|
resetPushButtonToggleText(ui->selcalButton);
|
||||||
|
|
||||||
displayCallActivity();
|
displayCallActivity();
|
||||||
|
Loading…
Reference in New Issue
Block a user