Fixed Ducking. Refined UI.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user