mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
Make sure that m_modeTx="JT65" when switching to JT65 mode.
This commit is contained in:
parent
461b87f047
commit
9bf2d9a553
@ -5719,6 +5719,7 @@ void MainWindow::on_actionJT65_triggered()
|
||||
}
|
||||
on_actionJT9_triggered();
|
||||
m_mode="JT65";
|
||||
m_modeTx="JT65";
|
||||
bool bVHF=m_config.enable_VHF_features();
|
||||
WSPR_config(false);
|
||||
switch_mode (Modes::JT65);
|
||||
@ -5761,7 +5762,6 @@ void MainWindow::on_actionJT65_triggered()
|
||||
ui->cbAutoSeq->setVisible(false);
|
||||
}
|
||||
statusChanged();
|
||||
qDebug() << "aa" << m_mode << m_modeTx;
|
||||
}
|
||||
|
||||
void MainWindow::on_actionQRA64_triggered()
|
||||
|
Loading…
Reference in New Issue
Block a user