added disabled buttons to navBar

This commit is contained in:
2025-01-26 10:24:38 +01:00
parent 37ebd63e3b
commit 12c1bff421
3 changed files with 22 additions and 5 deletions
+3 -1
View File
@@ -18,11 +18,13 @@
"icon": "powerplates_8x8.png",
"action": "navigate",
"actionValue": "/powerplates",
"disabled": true,
"alt": {
"name": "byte",
"icon": "dice3_8x8.png",
"action": "navigate",
"actionValue": "/"
"actionValue": "/",
"disabled": false
}
},
{