소스 검색

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 년 전
부모
커밋
5bdd4fe658
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();