mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
fix: hot reload bugs
This commit is contained in:
@@ -55,6 +55,7 @@ export default function AppearanceSettings() {
|
||||
</Dropdown>
|
||||
|
||||
<h3>{appearance.accessibility.title}</h3>
|
||||
{/* not supported on firefox */}
|
||||
{(navigator.userAgent.includes('Chrome') && typeof InstallTrigger === 'undefined') ?
|
||||
<Slider title={appearance.accessibility.widget_zoom} name='widgetzoom' default='100' step='10' min='50' max='200' display='%' category='other'/>
|
||||
: null}
|
||||
|
||||
Reference in New Issue
Block a user