Closed Vulcalien closed 3 years ago
If I check Mono in the popup window, close the popup and open it again, Mono is always unchecked.
In the code, you use mono.value = settings.mono || false
mono.value = settings.mono || false
I also wrote mono.checked = settings.mono || false I kept the mono.value line, just to be sure nothing breaks
mono.checked = settings.mono || false
mono.value
Nice catch. Please remove the mono.value line and the comment though.
Sure! I'll get that fixed later.
Ok fixed it
Problem
If I check Mono in the popup window, close the popup and open it again, Mono is always unchecked.
Fix
In the code, you use
mono.value = settings.mono || false
I also wrote
mono.checked = settings.mono || false
I kept themono.value
line, just to be sure nothing breaks