mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Warning message: "Fox-and-Hound operation is available only in FT8 mode".
This commit is contained in:
parent
4ea896af55
commit
67e4c8855a
@ -1790,6 +1790,11 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
|
|||||||
MessageBox::information_message (this,
|
MessageBox::information_message (this,
|
||||||
"EU VHF Contest messages require a 6-character locator.");
|
"EU VHF Contest messages require a 6-character locator.");
|
||||||
}
|
}
|
||||||
|
if((m_config.special_op_id()==SpecOp::FOX or m_config.special_op_id()==SpecOp::HOUND) and
|
||||||
|
m_mode!="FT8") {
|
||||||
|
MessageBox::information_message (this,
|
||||||
|
"Fox-and-Hound operation is available only in FT8 mode.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user