Default a fresh install to 3:00 + 12s
The reserve was already three minutes; only the delay moves, 15s to 12s, which is the control both of the other presets use. It is a default, not a migration: store.num only falls back when nothing is saved, so anyone already carrying a bg.delay keeps it. Checked both ways — an empty profile comes up with 12s and the 3m/12s preset already lit, a profile holding 15000 comes up unchanged with 3m/15s lit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
/* Cache-first: once installed the clock never touches the network again. */
|
||||
const CACHE = "bgclock-v9";
|
||||
const CACHE = "bgclock-v10";
|
||||
const FILES = [
|
||||
"./",
|
||||
"./index.html",
|
||||
|
||||
Reference in New Issue
Block a user