mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-08 08:39:55 -04:00
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