From f8038951af85a88accbaab74322837b76a8ddc12 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 25 Jun 2021 15:14:26 -0400 Subject: [PATCH] Enable "View | Message Averaging F7" only for JT4 and JT65. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 7b225f576..34655d95f 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -7543,7 +7543,7 @@ void::MainWindow::VHF_features_enabled(bool b) } ui->actionInclude_averaging->setVisible (b); ui->actionInclude_correlation->setVisible (b && m_mode!="Q65"); - ui->actionMessage_averaging->setEnabled(b); + ui->actionMessage_averaging->setEnabled(b && (m_mode=="JT4" or m_mode=="JT65")); ui->actionEnable_AP_JT65->setVisible (b && m_mode=="JT65"); if(!b && m_msgAvgWidget and (SpecOp::FOX != m_config.special_op_id()) and !m_config.autoLog()) {