refactor: simplify setting label to 'Show highlights'

- Change 'Show highlight underlines' to 'Show highlights'
- More concise and clear
This commit is contained in:
Gigi
2025-10-05 03:17:06 +01:00
parent 915829e82c
commit caf73b7c9f

View File

@@ -96,7 +96,7 @@ const Settings: React.FC<SettingsProps> = ({ settings, onSave, onClose, isSaving
onChange={(e) => setLocalSettings({ ...localSettings, showUnderlines: e.target.checked })}
className="setting-checkbox"
/>
<span>Show highlight underlines</span>
<span>Show highlights</span>
</label>
</div>