mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
fix: background hot reload, settings issue, remove navbar hover setting
This commit is contained in:
@@ -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' />
|
||||
|
||||
Reference in New Issue
Block a user