mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-23 07:59:23 -04:00
UI: Don't call activateWindow() when hidden
This commit is contained in:
@@ -2275,7 +2275,8 @@ void OBSBasic::OBSInit()
|
||||
UpdatePreviewProgramIndicators();
|
||||
OnFirstLoad();
|
||||
|
||||
activateWindow();
|
||||
if (!hideWindowOnStart)
|
||||
activateWindow();
|
||||
|
||||
/* ------------------------------------------- */
|
||||
/* display warning message for failed modules */
|
||||
|
||||
Reference in New Issue
Block a user