06/07 Optimize app
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled

This commit is contained in:
2026-06-07 16:16:55 -04:00
parent 7d5423ef3f
commit 0295fac3fa
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ if (!chrome.storage.session) {
// ── Idle lock (timeout-based, no chrome.idle) ─────────────────────────────────
const DEFAULT_IDLE_LOCK_SECONDS = 600;
const DEFAULT_IDLE_LOCK_SECONDS = 0;
const IDLE_TIMEOUT_KEY = 'idle_lock_seconds';
let _idleTimer = null;