mirror of https://github.com/espruino/BangleApps
Update apps/mtnclock/settings.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>pull/3030/head
parent
ec97b439ba
commit
c1efe64c0d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue