UI: Fix studio mode label not updating

When studio mode is enabled and OBS is first started, the program
scene label would be empty.
This commit is contained in:
cg2121 2022-07-27 22:18:40 -05:00 committed by Matt Gajownik
parent 8af6b79044
commit 5bdd4fe658

View file

@ -2071,6 +2071,7 @@ void OBSBasic::OBSInit()
}
#endif
UpdatePreviewProgramIndicators();
OnFirstLoad();
activateWindow();