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(),
|
"< Back" : () => back(),
|
||||||
'Show widgets': {
|
'Show widgets': {
|
||||||
value: !!SETTINGS.showWidgets, // !! converts undefined to false
|
value: !!SETTINGS.showWidgets, // !! converts undefined to false
|
||||||
format: value => value ? "On" : "Off",
|
|
||||||
onchange: value => {
|
onchange: value => {
|
||||||
SETTINGS.showWidgets = value;
|
SETTINGS.showWidgets = value;
|
||||||
writeSettings();
|
writeSettings();
|
||||||
|
|
Loading…
Reference in New Issue