Keep original style w.r.t colors.
parent
a476be9786
commit
d74103273e
|
|
@ -82,7 +82,7 @@ function drawClock(num){
|
|||
const current = ((y + 1) * 2 + x - 1);
|
||||
let newScale = scale;
|
||||
|
||||
let xc = settings.showLock && Bangle.isLocked() ? Math.abs(x-1) : x;
|
||||
let xc = settings.showLock && !Bangle.isLocked() ? Math.abs(x-1) : x;
|
||||
let c = colors[settings.io ? 'io' : 'x'][y][xc];
|
||||
g.setColor(c);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue