plugins columns cleanup, devDetail cleanup, better icon selector CUSTPROP

This commit is contained in:
jokob-sk
2025-07-23 22:25:35 +10:00
parent 7d26966250
commit 10a0921e35
51 changed files with 115 additions and 72 deletions

View File

@@ -1198,6 +1198,9 @@ if (eventsList.length > 0) {
let eventIcon = "fa-play";
switch (event) {
case "select_icon":
eventIcon = "fa-chevron-down";
break;
case "add_icon":
case "add_option":
eventIcon = "fa-square-plus";