fix: welcome text, remove old buggy global widget zoom

This commit is contained in:
David Ralph
2021-08-23 15:52:05 +01:00
parent 30768053eb
commit daee291aa9
9 changed files with 6 additions and 17 deletions

View File

@@ -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';

View File

@@ -107,10 +107,6 @@
"name": "shortFormat",
"value": "dots"
},
{
"name": "widgetzoom",
"value": 100
},
{
"name": "toastDisplayTime",
"value": 2500

View File

@@ -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');