We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adfc42 commit 9ca4e92Copy full SHA for 9ca4e92
apps/bigclkinfo/app.js
@@ -1,3 +1,7 @@
1
+// TODO:
2
+// Add setting to decide if the app shoud set Bangle.CLOCK=1 ?
3
+// Make an updating analog clock info entry to use as start card. (update clkinfoclk or make a new one?)
4
+
5
let isClock = true; // TODO: make optional via setting.
6
if (isClock) {
7
Bangle.setUI("clock");
0 commit comments