mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
Add an FT8 warning message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7785 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
76d1169140
commit
aaeb59544c
@ -4297,6 +4297,13 @@ void MainWindow::displayWidgets(int n)
|
||||
|
||||
void MainWindow::on_actionFT8_triggered()
|
||||
{
|
||||
if(m_config.my_callsign()!="K1JT" and m_config.my_callsign()!="K9AN" and
|
||||
m_config.my_callsign()!="G4WJS" and m_config.my_callsign()!="G3PQA") {
|
||||
MessageBox::warning_message (this, tr ("FT8 warning"),
|
||||
"FT8 mode temporarily disabled.");
|
||||
on_actionJT9_JT65_triggered();
|
||||
return;
|
||||
}
|
||||
m_mode="FT8";
|
||||
bool bVHF=false;
|
||||
displayWidgets(nWidgets("111010000000111000010000"));
|
||||
|
Loading…
Reference in New Issue
Block a user