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)