From 13cd962a64ea0ed297a7333fe42997a973ae02a3 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 15 May 2024 14:47:33 -0400 Subject: [PATCH] If we're in SuperFox mode, do not warn that Split is normally required. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index c3653f2d3..0c73459a0 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -7272,7 +7272,7 @@ void MainWindow::on_actionFT8_triggered() if(m_specOp!=SpecOp::Q65_PILEUP) on_contest_log_action_triggered(); } - if((SpecOp::FOX==m_specOp or SpecOp::HOUND==m_specOp) and !m_config.split_mode() and !m_bWarnedSplit) { + if((SpecOp::FOX==m_specOp or SpecOp::HOUND==m_specOp) and !m_config.superFox() and !m_config.split_mode() and !m_bWarnedSplit) { QString errorMsg; MessageBox::critical_message (this, "Operation in FT8 DXpedition mode normally requires\n"