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 ceeac6c commit d31c6caCopy full SHA for d31c6ca
apps/widalarmeta/widget.js
@@ -57,7 +57,8 @@
57
let drawSeconds = false;
58
59
// If always showing, or the clock is visible
60
- if (config.whenToShow === 0 || Bangle.CLOCK) {
+ if (config.whenToShow === 1 && !Bangle.CLOCK)
61
+ return;
62
// Determine text and width
63
if (next > 0 && next <= config.maxhours*60*60*1000) {
64
const hours = Math.floor((next-1) / 3600000).toString();
0 commit comments