From c40225aa1e556e9c0d8af7ba25bbb6a3736d205c Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Mon, 16 Aug 2021 08:18:01 -0500 Subject: [PATCH] Another change to make Q65 autosequencing work the same way as FT8. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index bafaadc54..2d99977df 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4217,7 +4217,7 @@ void MainWindow::guiUpdate() } } - bool b=(m_mode=="FT8" or m_mode=="FT4") and ui->cbAutoSeq->isVisible () && ui->cbAutoSeq->isEnabled () && ui->cbAutoSeq->isChecked (); + bool b=("FT8"==m_mode or "FT4"==m_mode or "Q65"==m_mode) and ui->cbAutoSeq->isVisible () && ui->cbAutoSeq->isEnabled () && ui->cbAutoSeq->isChecked (); if(is_73 and (m_config.disable_TX_on_73() or b)) { m_nextCall=""; //### Temporary: disable use of "TU;" messages; if(m_nextCall!="") {