mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
tweak(prefs): Remove the font size option until it's implemented
This commit is contained in:
parent
4080f63907
commit
87a5a5ec18
1 changed files with 0 additions and 8 deletions
|
@ -47,14 +47,6 @@ class PreferencesAppearance extends React.Component
|
|||
/>
|
||||
<label htmlFor="dark">Use dark color scheme</label>
|
||||
</div>
|
||||
|
||||
<div className="section-header">
|
||||
Set font size:
|
||||
<select>
|
||||
<option>12</option>
|
||||
</select>
|
||||
Points
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue