pop is the new classic

This commit is contained in:
2026-02-23 17:11:34 +01:00
parent 45c0e090e5
commit b6eeae15b9
4 changed files with 54 additions and 188 deletions

View File

@@ -29,7 +29,7 @@ document.onfullscreenchange = function() {
fullscreenCheckbox.checked = true
} else {
fullscreenCheckbox.checked = false
pauseSettings()
if (playing) pauseSettings()
}
}
document.onfullscreenerror = function() {