mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
feat: experimental settings, reduce image size on about page and use local mue icon
This commit is contained in:
@@ -58,7 +58,6 @@ export default function AppearanceSettings() {
|
||||
</Dropdown>
|
||||
|
||||
<h3>{appearance.accessibility.title}</h3>
|
||||
<Checkbox name='animations' text={appearance.animations} betaFeature={true} />
|
||||
{(engineName === 'Blink') ?
|
||||
<Slider title={appearance.accessibility.widget_zoom} name='widgetzoom' default='100' min='50' max='200' display='%'/>
|
||||
: null}
|
||||
|
||||
Reference in New Issue
Block a user