mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 16:46:24 -04:00
UI: Do not fire load events until program loaded
This commit is contained in:
@@ -956,7 +956,7 @@ retryScene:
|
||||
|
||||
disableSaving--;
|
||||
|
||||
if (api) {
|
||||
if (api && loaded) {
|
||||
api->on_event(OBS_FRONTEND_EVENT_SCENE_CHANGED);
|
||||
api->on_event(OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user