mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Restore the previous NSlots value when switching from SuperFox to Fox mode.
This commit is contained in:
parent
cbd79b24e6
commit
4dfc1cc98f
@ -2680,6 +2680,7 @@ void MainWindow::statusChanged()
|
||||
}
|
||||
} else {
|
||||
ui->sbNslots->setVisible(true);
|
||||
ui->sbNslots->setValue(m_Nslots0);
|
||||
}
|
||||
} else {
|
||||
ui->sbNslots->setVisible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user