Skip to content

Commit 76c254f

Browse files
committed
Use "0" to reset all progressive enhancements
1 parent 92b123a commit 76c254f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/keyboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ function keyboard(ctx: AppContext): Op[] {
395395
let badgeLabel = ctx.mode === "input" ? "input" : "config";
396396
let badgeHint = ctx.mode === "input"
397397
? "Ctrl+X Ctrl+X to enter config"
398-
: "Set flags with keys [1-5], Enter to save";
398+
: "Set flags with keys [0-5], Enter to save";
399399
ops.push(
400400
open("box", { layout: { direction: "ltr", height: fixed(1), padding: { bottom: 1 } } }),
401401
open("box", { layout: { padding: { left: 1, right: 1 } }, bg: rgba(60, 60, 60) }),

0 commit comments

Comments
 (0)