提交 dbe16617 编写于 作者: J jp9000

Save last version to global.ini on exit

上级 115d8da4
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册