Add comment

This commit is contained in:
WarmUpTill 2021-04-22 21:02:48 +02:00 committed by WarmUpTill
parent 139df8a641
commit 1310d0b3f3

View File

@ -435,7 +435,10 @@ void SwitcherData::saveSettings(obs_data_t *obj)
return;
}
// Needs to be loaded before any entries which might rely on scene group
// selections to be available.
saveSceneGroups(obj);
saveWindowTitleSwitches(obj);
saveScreenRegionSwitches(obj);
savePauseSwitches(obj);