From 79c39828f0a3282f53e3322e19b211b5559466a1 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 15 May 2025 23:30:23 +0200 Subject: [PATCH] update. --- src/snek/templates/dialog_help.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/snek/templates/dialog_help.html b/src/snek/templates/dialog_help.html index dae5f81..eb72662 100644 --- a/src/snek/templates/dialog_help.html +++ b/src/snek/templates/dialog_help.html @@ -31,7 +31,11 @@ { command: "/img-gen", description: "Generate an image" - } + }, + { + command: "/live", + description: "Toggle live typing mode" + } ]; constructor() {