Fixed Ducking. Refined UI.

This commit is contained in:
2026-05-14 23:18:30 +02:00
parent b5829ed773
commit 9a6bb009f2
10 changed files with 224 additions and 74 deletions
+3 -1
View File
@@ -661,7 +661,9 @@ class UIControllerModule extends BaseModule {
}
}
document.body.dataset.gameRunning = state.gameStarted ? 'true' : 'false';
if (typeof state.gameStarted === 'boolean') {
document.body.dataset.gameRunning = state.gameStarted ? 'true' : 'false';
}
// Update speech toggle button state
if (speechToggle) {