UI: Don't call activateWindow() when hidden

This commit is contained in:
Benjamin Schubert 2023-07-09 23:43:53 -04:00 committed by Lain
parent 22ea121f7c
commit 2fbc0dabda

View file

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