From 5bdd4fe65896a73529e1729733edd4f82d2c7ca0 Mon Sep 17 00:00:00 2001 From: cg2121 Date: Wed, 27 Jul 2022 22:18:40 -0500 Subject: [PATCH] UI: Fix studio mode label not updating When studio mode is enabled and OBS is first started, the program scene label would be empty. --- UI/window-basic-main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index b04552020..47d217c3f 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -2071,6 +2071,7 @@ void OBSBasic::OBSInit() } #endif + UpdatePreviewProgramIndicators(); OnFirstLoad(); activateWindow();