mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Tell user to go back it he selects F+H in a mode other than FT8.
This commit is contained in:
parent
0755e52993
commit
eeed375baf
@ -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
|
if((m_config.special_op_id()==SpecOp::FOX or m_config.special_op_id()==SpecOp::HOUND) and
|
||||||
m_mode!="FT8") {
|
m_mode!="FT8") {
|
||||||
MessageBox::information_message (this,
|
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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user