icon toggles

This commit is contained in:
Matt Walsh
2025-03-22 15:10:06 +01:00
parent 0dac24f77d
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;