I think i got a good solution for Hiding or Deavtivate Buttons on WLED UI
Just add in ‘index.js’ at the bottom these lines:
// Uncomment for hide Buttons on Index UI
// d.getElementById(‘buttonPower’).style.display = “none”; // Power Button
// d.getElementById(‘buttonNl’).style.display = “none”; // Timer
// d.getElementById(‘buttonSync’).style.display = ‘none’; // Sync
// d.getElementById(‘buttonSr’).style.display = ‘none’; // Preview
// d.getElementById(‘buttonI’).style.display = ‘none’; // Info
// d.getElementById(‘buttonSt’).style.display = ‘none’; // Settings
Just uncomment the Button Types you dont want to see at the UI