mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
UI: Only execute "What's New" code on win32
The "What's New" dialog currently is only functional on windows.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user