Fix remarks

pull/2597/head
Marco H 2023-02-23 14:16:02 +01:00
parent f7d9a835d4
commit c98378194c
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
}
if ((storage.readJSON('activityreminder.s.json', 1) || {}).unlock) {
console.log("unlock");
Bangle.setLocked(false);
Bangle.setLCDPower(1);
}

View File

@ -77,7 +77,7 @@
}
},
'Unlock on alarm': {
value: settings.unlock,
value: !!settings.unlock,
onchange: v => {
settings.unlock = v;
activityreminder.writeSettings(settings);