Add more boolean settings

This commit is contained in:
Alex Gleason 2020-04-20 20:56:32 -05:00
parent ad60980acf
commit 2afe0e0b56
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -118,6 +118,21 @@ class Preferences extends ImmutablePureComponent {
path={['deleteModal']}
/>
</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>
</Column>
);