Update apps/mtnclock/settings.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>
pull/3030/head
Gordon Williams 2023-09-29 09:45:50 +01:00 committed by GitHub
parent ec97b439ba
commit c1efe64c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
"< Back" : () => back(),
'Show widgets': {
value: !!SETTINGS.showWidgets, // !! converts undefined to false
format: value => value ? "On" : "Off",
onchange: value => {
SETTINGS.showWidgets = value;
writeSettings();