From 3e7cc8a0a016e2da4690884d666ad94281e063bf Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 16 Nov 2023 19:45:06 +0100 Subject: [PATCH] add comment for simplifyUI() --- wled00/data/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wled00/data/index.js b/wled00/data/index.js index 9b596a0af..377adf180 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -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);