mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-26 09:28:48 -04:00
Save last version to global.ini on exit
This commit is contained in:
@@ -575,6 +575,10 @@ OBSBasic::~OBSBasic()
|
||||
gs_leavecontext();
|
||||
|
||||
obs_shutdown();
|
||||
|
||||
config_set_int(App()->GlobalConfig(), "General", "LastVersion",
|
||||
LIBOBS_API_VER);
|
||||
config_save(App()->GlobalConfig());
|
||||
}
|
||||
|
||||
OBSScene OBSBasic::GetCurrentScene()
|
||||
|
||||
Reference in New Issue
Block a user