Remove the "Call 1st" checkbox from the Q65 GUI. It's not used.

This commit is contained in:
Joe Taylor
2021-02-06 13:07:01 -05:00
parent b1c41932b1
commit 1c038ef979
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -6427,7 +6427,7 @@ void MainWindow::on_actionQ65_triggered()
m_wideGraph->setTxFreq(ui->TxFreqSpinBox->value());
switch_mode (Modes::Q65);
// 0123456789012345678901234567890123456
displayWidgets(nWidgets("1111110101101101001110000001000000001"));
displayWidgets(nWidgets("1111110101101101001110000000000000001"));
ui->lh_decodes_title_label->setText(tr ("Single-Period Decodes"));
ui->rh_decodes_title_label->setText(tr ("Average Decodes"));
ui->lh_decodes_headings_label->setText("UTC dB DT Freq " + tr ("Message"));