Change it here too.

This commit is contained in:
Uwe Risse 2024-09-21 18:10:37 +02:00
parent 2c54019a4b
commit 9b65b6c4e5

View File

@ -2674,7 +2674,7 @@ void MainWindow::statusChanged()
if (m_config.superFox()) {
ui->sbNslots->setVisible(false);
if(ui->cbSendMsg->isChecked()) {
ui->sbNslots->setValue(2);
ui->sbNslots->setValue(4);
} else {
ui->sbNslots->setValue(5);
}