Browse Source

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 years ago
parent
commit
5bdd4fe658
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/window-basic-main.cpp

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

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