mirror of
https://github.com/mue/mue.git
synced 2026-06-12 03:28:46 +02:00
fix: welcome text, remove old buggy global widget zoom
This commit is contained in:
@@ -31,4 +31,4 @@ export const OFFLINE_IMAGES = 20;
|
||||
|
||||
// Version
|
||||
export const BETA_VERSION = false;
|
||||
export const VERSION = '5.3.2';
|
||||
export const VERSION = '5.3.3';
|
||||
|
||||
@@ -107,10 +107,6 @@
|
||||
"name": "shortFormat",
|
||||
"value": "dots"
|
||||
},
|
||||
{
|
||||
"name": "widgetzoom",
|
||||
"value": 100
|
||||
},
|
||||
{
|
||||
"name": "toastDisplayTime",
|
||||
"value": 2500
|
||||
|
||||
@@ -28,8 +28,6 @@ export function setDefaultSettings(reset) {
|
||||
}
|
||||
|
||||
export function loadSettings(hotreload) {
|
||||
document.getElementById('widgets').style.zoom = localStorage.getItem('widgetzoom') + '%';
|
||||
|
||||
switch (localStorage.getItem('theme')) {
|
||||
case 'dark':
|
||||
document.body.classList.add('dark');
|
||||
|
||||
Reference in New Issue
Block a user