fix: background hot reload, settings issue, remove navbar hover setting

This commit is contained in:
David Ralph
2021-06-16 12:05:03 +01:00
parent dcddd78164
commit de1797c662
15 changed files with 53 additions and 81 deletions

View File

@@ -32,7 +32,6 @@ export default function AppearanceSettings() {
<h3>{appearance.navbar.title}</h3>
<Checkbox name='notesEnabled' text={appearance.navbar.notes} element='.other' />
<Checkbox name='refresh' text={appearance.navbar.refresh} element='.other' />
<Checkbox name='navbarHover' text={appearance.navbar.hover} element='.other' />
<h3>{appearance.font.title}</h3>
<Text title={appearance.font.custom} name='font' upperCaseFirst={true} category='other' />