Add dyslexicFont preference

This commit is contained in:
Alex Gleason
2020-04-21 15:10:45 -05:00
parent 394aaaf23f
commit c90f087d2a
3 changed files with 11 additions and 1 deletions

View File

@ -136,6 +136,12 @@ class Preferences extends ImmutablePureComponent {
label="Use system's default font"
path={['systemFont']}
/>
<div className='dyslexic'>
<SettingsCheckbox
label='Dyslexic mode'
path={['dyslexicFont']}
/>
</div>
</FieldsGroup>
</SimpleForm>
</Column>