From 6bbc5eb1fc0ba0aa033815cca05e227cb2e8b877 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 22:14:01 +0100 Subject: [PATCH] docs(settings): clarify that both panels default to collapsed state --- src/components/Settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 3ded4754..33ca3b3e 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -208,7 +208,7 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => { onChange={(e) => setLocalSettings({ ...localSettings, sidebarCollapsed: e.target.checked })} className="setting-checkbox" /> - Start with bookmarks sidebar collapsed + Start with bookmarks sidebar collapsed (default: on) @@ -221,7 +221,7 @@ const Settings: React.FC = ({ settings, onSave, onClose }) => { onChange={(e) => setLocalSettings({ ...localSettings, highlightsCollapsed: e.target.checked })} className="setting-checkbox" /> - Start with highlights panel collapsed + Start with highlights panel collapsed (default: on)