mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +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() {
|
||||
// Disable PC Mode as it does not exist in simple UI
|
||||
if (pcMode) togglePcMode(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user