From 0ab6709c6195720eedbf0f0c2884e8f899189a44 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 26 Dec 2025 00:10:18 +0100 Subject: [PATCH] [mirotalk] - ops --- public/js/client.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/js/client.js b/public/js/client.js index defeb139..db61a821 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -3110,6 +3110,7 @@ function setTheme() { console.log('No theme found'); break; } + wbIsBgTransparent = false; //setButtonsBarPosition(mainButtonsBarPosition); } @@ -11524,6 +11525,8 @@ function toggleWhiteboard() { playSound('newMessage'); } + if (wbIsBgTransparent) setTheme(); + whiteboard.classList.toggle('show'); centerWhiteboard();