[mirotalk] - ops

This commit is contained in:
Miroslav Pejic
2025-12-26 00:10:18 +01:00
parent 8a57068feb
commit 0ab6709c61
+3
View File
@@ -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();