mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 07:32:58 +00:00
add image previews to settings
This commit is contained in:
@@ -79,6 +79,19 @@ const SettingsEditor = ({settings, updateSettings = () => {} }) => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='field title'>
|
||||
<label htmlFor='showImagePreviews'>
|
||||
Show Image Previews when hovering a link
|
||||
</label>
|
||||
<input
|
||||
id='showImagePreviews'
|
||||
type='checkbox'
|
||||
name='showImagePreviews'
|
||||
checked={currentSettings.showImagePreviews}
|
||||
onChange={(e) => handleFieldChange('showImagePreviews', e)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='field title'>
|
||||
<label htmlFor='activeLineShading'>
|
||||
Background shading of active line
|
||||
|
||||
Reference in New Issue
Block a user