Add more boolean settings

merge-requests/1/head
Alex Gleason 2020-04-20 20:56:32 -05:00
rodzic ad60980acf
commit 2afe0e0b56
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

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