mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Revert a change that was introduced in commit f84ba8 because it breaks JT9 mode.
This commit is contained in:
parent
c8ff0c221e
commit
7db3d80c90
@ -6801,7 +6801,6 @@ void MainWindow::on_actionJT4_triggered()
|
|||||||
|
|
||||||
void MainWindow::on_actionJT9_triggered()
|
void MainWindow::on_actionJT9_triggered()
|
||||||
{
|
{
|
||||||
QTimer::singleShot (50, [=] {on_sbSubmode_valueChanged(ui->sbSubmode->value());});
|
|
||||||
m_mode="JT9";
|
m_mode="JT9";
|
||||||
bool bVHF=m_config.enable_VHF_features();
|
bool bVHF=m_config.enable_VHF_features();
|
||||||
m_bFast9=ui->cbFast9->isChecked();
|
m_bFast9=ui->cbFast9->isChecked();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user