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,6 +2275,7 @@ void OBSBasic::OBSInit()
UpdatePreviewProgramIndicators();
OnFirstLoad();
if (!hideWindowOnStart)
activateWindow();
/* ------------------------------------------- */