If we're in SuperFox mode, do not warn that Split is normally required.

This commit is contained in:
Joe Taylor 2024-05-15 14:47:33 -04:00
parent 38eb22469b
commit 13cd962a64

View File

@ -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"