chore(release): refresh v1.7.56-alpha notes and artifacts

This commit is contained in:
archipelago
2026-05-15 17:54:32 -04:00
parent 5818541721
commit 30505f41ff
7 changed files with 88 additions and 10 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ function onKeyDown(e: KeyboardEvent) {
}
// 's' key activates screensaver when authenticated (skip if typing in input)
if (e.key === 's' || e.key === 'S') {
if (!isInput && appStore.isAuthenticated && !screensaverStore.isActive) {
if (!isInput && appStore.isAuthenticated && !screensaverStore.isActive && !screensaverStore.isSuppressed) {
e.preventDefault()
screensaverStore.activate()
}