mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-10 19:32:04 -05:00
fix autoStop not being persisted
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user