From 1db6c281b10d788eef442b48cf5cf58304f8d15b Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 7 Dec 2023 13:11:34 +0100 Subject: [PATCH] Hide buttons for pixel art and custom palettes --- wled00/data/index.htm | 2 +- wled00/data/index.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 21aa28d6d..8ef5a62f7 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 498e7f4cf..decd5a824 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();