icon toggles

This commit is contained in:
Matt Walsh 2025-03-22 15:10:06 +01:00
commit dc9a08bdc5
11 changed files with 131 additions and 6 deletions

View file

@ -167,6 +167,8 @@ class Setting {
case 'select':
this.selectHighlight(newValue);
break;
case 'boolean':
break;
case 'checkbox':
default:
this.element.checked = newValue;