提交 7efcb698 编写于 作者: J jp9000

UI: Only execute "What's New" code on win32

The "What's New" dialog currently is only functional on windows.
上级 767d5344
......@@ -1839,7 +1839,7 @@ void OBSBasic::OnFirstLoad()
if (api)
api->on_event(OBS_FRONTEND_EVENT_FINISHED_LOADING);
#ifdef BROWSER_AVAILABLE
#if defined(BROWSER_AVAILABLE) && defined(_WIN32)
/* Attempt to load init screen if available */
if (cef) {
WhatsNewInfoThread *wnit = new WhatsNewInfoThread();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册