Revert "UI: Do not fire load events until program loaded"
This reverts commit 2ce4696541
.
This commit is contained in:
@@ -956,7 +956,7 @@ retryScene:
|
||||
|
||||
disableSaving--;
|
||||
|
||||
if (api && loaded) {
|
||||
if (api) {
|
||||
api->on_event(OBS_FRONTEND_EVENT_SCENE_CHANGED);
|
||||
api->on_event(OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED);
|
||||
}
|
||||
|
Reference in New Issue
Block a user