|
@@ -1470,7 +1470,6 @@ void OBSBasic::OBSInit()
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
- RefreshSceneCollections();
|
|
|
|
RefreshProfiles();
|
|
RefreshProfiles();
|
|
disableSaving--;
|
|
disableSaving--;
|
|
|
|
|
|
@@ -1618,6 +1617,7 @@ void OBSBasic::DeferredLoad(const QString &file, int requeueCount)
|
|
}
|
|
}
|
|
|
|
|
|
Load(QT_TO_UTF8(file));
|
|
Load(QT_TO_UTF8(file));
|
|
|
|
+ RefreshSceneCollections();
|
|
}
|
|
}
|
|
|
|
|
|
void OBSBasic::UpdateMultiviewProjectorMenu()
|
|
void OBSBasic::UpdateMultiviewProjectorMenu()
|