From fa919e168c9805e1b7089181bbea14addf7ae140 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 10 Apr 2023 18:47:04 -0400 Subject: [PATCH] missing class for audio --- index.html | 6 +++--- lib.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1c7c73e..dad32e0 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + @@ -2494,11 +2494,11 @@ // session.hidehome = true; // If used, 'hide home' will make the landing page inaccessible, along with hiding a few go-home elements. // session.record = false; // uncomment to block users from being able to record via vdo.ninja's built in recording function - + - + diff --git a/lib.js b/lib.js index e1f4cf0..0f6c53f 100644 --- a/lib.js +++ b/lib.js @@ -24132,6 +24132,7 @@ function updateDirectorsAudio(dataN, UUID) { label.style.marginBottom = "10px"; label.style.display = "block"; label.id = "remoteAudioLabel_"+UUID; + label.classList.add("settingsLabel"); label.dataset.UUID = UUID; audioEle.appendChild(label); }