From 170352bc719766e223118ab859f60b127837d19a Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 18 Apr 2026 22:32:44 -0400 Subject: [PATCH] Fix interaction-mode toggle default icon and tooltip The toggle button was defaulting to 'Pan Mode' with a plus-icon path, but the actual default interaction mode is 'select' (the cursor/arrow). Update the tooltip to 'Select Mode' and replace the SVG path with an arrow/cursor shape so the icon matches the active mode at startup. --- reader.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reader.html b/reader.html index 41e9747..901b679 100644 --- a/reader.html +++ b/reader.html @@ -368,11 +368,11 @@