mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-10 17:50:28 -04:00
obs-frontend-api: Add scripting shutdown event
This event is for when scripts need to know when OBS is exiting. Currently scripts are destroyed before the current exit event.
This commit is contained in:
@@ -4590,6 +4590,9 @@ void OBSBasic::closeEvent(QCloseEvent *event)
|
||||
ClearExtraBrowserDocks();
|
||||
#endif
|
||||
|
||||
if (api)
|
||||
api->on_event(OBS_FRONTEND_EVENT_SCRIPTING_SHUTDOWN);
|
||||
|
||||
disableSaving++;
|
||||
|
||||
/* Clear all scene data (dialogs, widgets, widget sub-items, scenes,
|
||||
|
||||
Reference in New Issue
Block a user