mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-07-22 11:41:01 -05:00
fix autoStop not being persisted
This commit is contained in:
parent
ccc824abc1
commit
91831a1075
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user