1
0
Эх сурвалжийг харах

UI: Fix studio mode label not updating

When studio mode is enabled and OBS is first started, the program
scene label would be empty.
cg2121 3 жил өмнө
parent
commit
5bdd4fe658

+ 1 - 0
UI/window-basic-main.cpp

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