From 479dc1113f015f9c0b3596ba878fdb43f9e45113 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 13 Jul 2020 13:27:12 +0100 Subject: [PATCH] Use non-averaging decodes window headings for FST240 --- widgets/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 65ec87d75..a7748d824 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5813,6 +5813,8 @@ void MainWindow::on_actionFST240_triggered() { int nsub=m_nSubMode; on_actionJT65_triggered(); + ui->label_6->setText(tr ("Band Activity")); + ui->label_7->setText(tr ("Rx Frequency")); ui->sbSubmode->setMaximum(3); m_nSubMode=nsub; ui->sbSubmode->setValue(m_nSubMode);