Fix temp var references not being resolved on macro copy and import

This commit is contained in:
WarmUpTill
2024-02-17 11:22:20 +01:00
committed by WarmUpTill
parent 6cbfc48736
commit aa1b10425f
6 changed files with 18 additions and 3 deletions

View File

@@ -561,9 +561,7 @@ void SwitcherData::LoadSettings(obs_data_t *obj)
LoadHotkeys(obj);
LoadUISettings(obj);
for (const auto &func : postLoadSteps) {
func();
}
RunPostLoadSteps();
// Reset on startup and scene collection change
switcher->lastOpenedTab = -1;