mirror of
https://github.com/wled/WLED.git
synced 2025-07-21 09:46:32 +00:00
add comment for simplifyUI()
This commit is contained in:
parent
f717ce52fa
commit
3e7cc8a0a0
@ -3019,6 +3019,8 @@ function tooltip()
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Transforms the default UI into the simple UI
|
||||||
function simplifyUI() {
|
function simplifyUI() {
|
||||||
// Disable PC Mode as it does not exist in simple UI
|
// Disable PC Mode as it does not exist in simple UI
|
||||||
if (pcMode) togglePcMode(true);
|
if (pcMode) togglePcMode(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user