mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
feat: experimental settings, reduce image size on about page and use local mue icon
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import ExperimentalInit from './experimental';
|
||||
|
||||
const defaultSettings = require('../default_settings.json');
|
||||
const languages = require('../languages.json');
|
||||
|
||||
@@ -111,6 +113,10 @@ export default class SettingsFunctions {
|
||||
`);
|
||||
}
|
||||
|
||||
if (localStorage.getItem('experimental') === 'true') {
|
||||
ExperimentalInit();
|
||||
}
|
||||
|
||||
const widgetzoom = localStorage.getItem('widgetzoom');
|
||||
// don't bother if it's default zoom
|
||||
if (widgetzoom !== '100') {
|
||||
|
||||
Reference in New Issue
Block a user