1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-21 10:48:34 -04:00

Disable the 'Rx All Freqs' checkbox when in Hound mode and SuperFox is enabled.

This commit is contained in:
Uwe Risse 2024-05-31 17:06:42 +02:00
parent 82afc82dd1
commit 9779c16446

View File

@ -7259,8 +7259,10 @@ void MainWindow::on_actionFT8_triggered()
displayWidgets(nWidgets("11101000010011000001000000000011000000"));
if(m_config.superFox()) {
ui->labDXped->setText(tr ("Super Hound"));
ui->cbRxAll->setEnabled(false);
} else {
ui->labDXped->setText(tr ("Hound"));
ui->cbRxAll->setEnabled(true);
}
ui->txrb1->setChecked(true);
ui->txrb2->setEnabled(false);