incorporate page layout changes from dev and other cleanup

This commit is contained in:
mplorentz
2026-04-06 13:23:32 -04:00
committed by hodlbod
parent 39ce62d903
commit fb60d493b9
5 changed files with 118 additions and 119 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
const onLayoutToggle = () => {
if (!showVoiceLayoutToggle) return
if (isMd) {
voiceDesktopRoomPanel.update(p => (p === "split" ? "chat" : "split"))
voiceDesktopRoomPanel.update(p => (p === "split" ? "video" : "split"))
} else {
voiceMobileRoomPanel.update(p => (p === "chat" ? "video" : "chat"))
}