We better leave this condition here. For SF, this is initialized later anyway.

(cherry picked from commit 1aa77bd4dd760626c77a7461dca265d6a4b87059)
This commit is contained in:
Uwe Risse 2024-09-23 17:33:09 +02:00
parent 1c37576885
commit 86dfd480af

View File

@ -1352,7 +1352,7 @@ void MainWindow::readSettings()
ui->sbNlist->setValue(m_settings->value("FoxNlist",12).toInt());
m_Nslots=m_settings->value("FoxNslots",3).toInt();
m_Nslots0=m_Nslots;
ui->sbNslots->setValue(m_Nslots);
if(!m_config.superFox()) ui->sbNslots->setValue(m_Nslots);
ui->sbSerialNumber->setValue (m_settings->value ("SerialNumber", 1).toInt ());
m_freeTextMsg0=m_settings->value("FoxTextMsg","").toString();
m_freeTextMsg=m_freeTextMsg0;