Add more boolean settings
This commit is contained in:
parent
ad60980acf
commit
2afe0e0b56
|
@ -118,6 +118,21 @@ class Preferences extends ImmutablePureComponent {
|
||||||
path={['deleteModal']}
|
path={['deleteModal']}
|
||||||
/>
|
/>
|
||||||
</FieldsGroup>
|
</FieldsGroup>
|
||||||
|
|
||||||
|
<FieldsGroup>
|
||||||
|
<SettingsCheckbox
|
||||||
|
label='Auto-play animated GIFs'
|
||||||
|
path={['autoPlayGif']}
|
||||||
|
/>
|
||||||
|
<SettingsCheckbox
|
||||||
|
label='Always expand posts marked with content warnings'
|
||||||
|
path={['expandSpoilers']}
|
||||||
|
/>
|
||||||
|
<SettingsCheckbox
|
||||||
|
label='Reduce motion in animations'
|
||||||
|
path={['reduceMotion']}
|
||||||
|
/>
|
||||||
|
</FieldsGroup>
|
||||||
</SimpleForm>
|
</SimpleForm>
|
||||||
</Column>
|
</Column>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue