mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Move comment to correct line
This commit is contained in:
@@ -497,6 +497,8 @@ void SwitcherData::loadSettings(obs_data_t *obj)
|
||||
return;
|
||||
}
|
||||
|
||||
// Needs to be loaded before any entries which might rely on scene group
|
||||
// selections to be available.
|
||||
loadSceneGroups(obj);
|
||||
loadMacros(obj);
|
||||
loadConnections(obj);
|
||||
@@ -528,10 +530,7 @@ 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);
|
||||
|
||||
saveMacros(obj);
|
||||
saveConnections(obj);
|
||||
saveWindowTitleSwitches(obj);
|
||||
|
||||
Reference in New Issue
Block a user