add scanlines
This commit is contained in:
parent
32aa43c5b1
commit
7efd2e8db7
12 changed files with 164 additions and 5 deletions
|
|
@ -189,7 +189,7 @@ class Setting {
|
|||
break;
|
||||
case 'checkbox':
|
||||
default:
|
||||
this.element.checked = newValue;
|
||||
this.element.querySelector('input').checked = newValue;
|
||||
}
|
||||
this.storeToLocalStorage(this.myValue);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue