mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-15 23:34:23 -04:00
Merge branch 'sfox4' of bitbucket.org:k1jt/wsjtx into sfox4
This commit is contained in:
@@ -7261,8 +7261,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);
|
||||
|
||||
Reference in New Issue
Block a user