Correction related to enabling and disabling PXM in the User Interface
This commit is contained in:
parent
5da33afecd
commit
c33c7eb68e
@ -284,6 +284,8 @@ function onLoad()
|
|||||||
sl.addEventListener('touchstart', toggleBubble);
|
sl.addEventListener('touchstart', toggleBubble);
|
||||||
sl.addEventListener('touchend', toggleBubble);
|
sl.addEventListener('touchend', toggleBubble);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
displayPixelMagicTool();
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateTablinks(tabI)
|
function updateTablinks(tabI)
|
||||||
@ -2958,7 +2960,6 @@ function mergeDeep(target, ...sources)
|
|||||||
}
|
}
|
||||||
|
|
||||||
size();
|
size();
|
||||||
displayPixelMagicTool();
|
|
||||||
|
|
||||||
_C.style.setProperty('--n', N);
|
_C.style.setProperty('--n', N);
|
||||||
|
|
||||||
|
2133
wled00/html_ui.h
2133
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user