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
1 changed files with 15 additions and 0 deletions

View File

@ -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>
); );