icon toggles
This commit is contained in:
parent
0dac24f77d
commit
dc9a08bdc5
11 changed files with 131 additions and 6 deletions
|
|
@ -167,6 +167,8 @@ class Setting {
|
|||
case 'select':
|
||||
this.selectHighlight(newValue);
|
||||
break;
|
||||
case 'boolean':
|
||||
break;
|
||||
case 'checkbox':
|
||||
default:
|
||||
this.element.checked = newValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue