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-31 09:18:14 +10:00
committed by Matt Gajownik
parent 8af6b79044
commit 5bdd4fe658
+1
View File
@@ -2071,6 +2071,7 @@ void OBSBasic::OBSInit()
}
#endif
UpdatePreviewProgramIndicators();
OnFirstLoad();
activateWindow();