From d870c06b8e819d331c312aab320e55fd27f3aace Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Mon, 20 Feb 2023 19:03:41 +0100 Subject: [PATCH] Always switch to Q65 mode when in Q65 Pileup mode. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 18605a09d..064ead9e4 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -2458,6 +2458,7 @@ void MainWindow::displayDialFrequency () void MainWindow::statusChanged() { + if (m_specOp==SpecOp::Q65_PILEUP && m_mode != "Q65") on_actionQ65_triggered(); statusUpdate (); QFile f {m_config.temp_dir ().absoluteFilePath ("wsjtx_status.txt")}; if(f.open(QFile::WriteOnly | QIODevice::Text)) {