diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 21aa28d6..8ef5a62f 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -168,7 +168,7 @@ -
+
diff --git a/wled00/data/index.js b/wled00/data/index.js index 498e7f4c..decd5a82 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3120,6 +3120,9 @@ function simplifyUI() { // Hide filter options gId("filters").style.display = "none"; + + // Hide buttons for pixel art and custom palettes (add / delete) + gId("btns").style.display = "none"; } size();