Fix connection selection being lost after renaming connection

This commit is contained in:
WarmUpTill
2023-03-28 22:26:58 +02:00
committed by WarmUpTill
parent cff2d805db
commit fe1ddc3a94
7 changed files with 60 additions and 14 deletions

View File

@@ -538,8 +538,8 @@ void SwitcherData::loadSettings(obs_data_t *obj)
// selections to be available.
loadSceneGroups(obj);
loadVariables(obj);
loadMacros(obj);
loadConnections(obj);
loadMacros(obj);
loadWindowTitleSwitches(obj);
loadScreenRegionSwitches(obj);
loadPauseSwitches(obj);