From 66d1b6640e55621db9916b999c6e6bd04d45a980 Mon Sep 17 00:00:00 2001 From: Brian Moran Date: Fri, 12 Jul 2024 13:47:42 -0700 Subject: [PATCH] FT8_SH should be indicated for Tx too --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index cd3ee6ab0..0f05e7069 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -10756,7 +10756,7 @@ void MainWindow::write_all(QString txRx, QString message) if(mode_string=="FT8 " and txRx=="Tx" and m_config.superFox() and m_specOp==SpecOp::FOX) mode_string="FT8_SF"; - if(mode_string=="FT8 " and txRx=="Rx" and m_config.superFox() and + if(mode_string=="FT8 " and m_config.superFox() and m_specOp==SpecOp::HOUND) mode_string="FT8_SH"; if (mode_string == "FT8_SH" && verified_call_regex.match(message).hasMatch()) {