mirror of
https://github.com/mue/mue.git
synced 2026-07-08 21:24:57 +02:00
fix: welcome text, remove old buggy global widget zoom
This commit is contained in:
@@ -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