Tell user to go back it he selects F+H in a mode other than FT8.

This commit is contained in:
Joe Taylor 2020-11-16 16:28:37 -05:00
parent 0755e52993
commit eeed375baf
1 changed files with 1 additions and 1 deletions

View File

@ -1888,7 +1888,7 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
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.");
"Fox-and-Hound operation is available only in FT8 mode.\nGo back and change your selection.");
}
}
}