From 4300ad2d2a53f6ebc6dfa7cbb79f3d74fc09353c Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:51:03 -0500 Subject: [PATCH] Hide progress bar when starting live connection --- src/hub/hub.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hub/hub.ts b/src/hub/hub.ts index e1b64d2f..43e4000b 100644 --- a/src/hub/hub.ts +++ b/src/hub/hub.ts @@ -270,6 +270,7 @@ function startLive(isSim: boolean) { liveSource?.stop(); publisher?.stop(); liveActive = true; + setLoading(null); if (!window.preferences) return; switch (window.preferences.liveMode) {