Skip to content

Commit

Permalink
Hide progress bar when starting live connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 21, 2023
1 parent 0d9ad24 commit 4300ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function startLive(isSim: boolean) {
liveSource?.stop();
publisher?.stop();
liveActive = true;
setLoading(null);

if (!window.preferences) return;
switch (window.preferences.liveMode) {
Expand Down

0 comments on commit 4300ad2

Please sign in to comment.