|
@@ -2275,7 +2275,8 @@ void OBSBasic::OBSInit()
|
|
UpdatePreviewProgramIndicators();
|
|
UpdatePreviewProgramIndicators();
|
|
OnFirstLoad();
|
|
OnFirstLoad();
|
|
|
|
|
|
- activateWindow();
|
|
|
|
|
|
+ if (!hideWindowOnStart)
|
|
|
|
+ activateWindow();
|
|
|
|
|
|
/* ------------------------------------------- */
|
|
/* ------------------------------------------- */
|
|
/* display warning message for failed modules */
|
|
/* display warning message for failed modules */
|