Add demetricator preference

This commit is contained in:
Alex Gleason
2020-04-21 15:14:06 -05:00
parent c90f087d2a
commit 7e0b4f5f47
3 changed files with 10 additions and 1 deletions

View File

@ -142,6 +142,11 @@ class Preferences extends ImmutablePureComponent {
path={['dyslexicFont']}
/>
</div>
<SettingsCheckbox
label='Use Demetricator'
hint='Decrease social media anxiety by hiding all numbers from the site.'
path={['demetricator']}
/>
</FieldsGroup>
</SimpleForm>
</Column>