Fix freeze when changing scene collection

This commit is contained in:
WarmUpTill
2022-11-16 14:49:13 +01:00
committed by WarmUpTill
parent 9bcced524b
commit 624ff9f5c6
3 changed files with 19 additions and 1 deletions

View File

@@ -607,7 +607,8 @@ void SwitcherData::saveGeneralSettings(obs_data_t *obj)
cooldown.Save(obj, "cooldown", "cooldownUnit");
obs_data_set_bool(obj, "active", !stop);
obs_data_set_bool(obj, "active", sceneColletionStop ? true : !stop);
sceneColletionStop = false;
obs_data_set_int(obj, "startup_behavior", startupBehavior);
obs_data_set_int(obj, "autoStartEvent",