浏览代码

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();