diff --git a/src/general.cpp b/src/general.cpp index a6811a8a..725cae46 100644 --- a/src/general.cpp +++ b/src/general.cpp @@ -128,6 +128,8 @@ void SceneSwitcher::on_autoStopSceneCheckBox_stateChanged(int state) } else { ui->autoStopScenes->setDisabled(false); switcher->autoStopEnable = true; + if (!switcher->autoStopScene) + UpdateAutoStopScene(ui->autoStopScenes->currentText()); } }