提交 1d3251a9 编写于 作者: J jp9000

UI: Save after creating default scene

When initializing with a default scene, save the data to ensure a file
is actually present when needed (such as for scene collections which may
need the file)
上级 4330065d
......@@ -414,6 +414,7 @@ void OBSBasic::Load(const char *file)
BPtr<char> jsonData = os_quick_read_utf8_file(file);
if (!jsonData) {
CreateDefaultScene();
SaveProject();
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册