mirror of
https://github.com/dergigi/boris.git
synced 2026-02-11 10:04:25 +01:00
docs(settings): clarify that both panels default to collapsed state
This commit is contained in:
@@ -208,7 +208,7 @@ const Settings: React.FC<SettingsProps> = ({ settings, onSave, onClose }) => {
|
||||
onChange={(e) => setLocalSettings({ ...localSettings, sidebarCollapsed: e.target.checked })}
|
||||
className="setting-checkbox"
|
||||
/>
|
||||
<span>Start with bookmarks sidebar collapsed</span>
|
||||
<span>Start with bookmarks sidebar collapsed (default: on)</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@@ -221,7 +221,7 @@ const Settings: React.FC<SettingsProps> = ({ settings, onSave, onClose }) => {
|
||||
onChange={(e) => setLocalSettings({ ...localSettings, highlightsCollapsed: e.target.checked })}
|
||||
className="setting-checkbox"
|
||||
/>
|
||||
<span>Start with highlights panel collapsed</span>
|
||||
<span>Start with highlights panel collapsed (default: on)</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user