Update lib.js

pull/1374/head
xxDUxx 2022-01-31 20:59:16 +01:00 committed by GitHub
parent 6a8182cc24
commit b371c386f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ exports.drawClock = function(fontIndex) {
squeeze=(g.getWidth()-w5)/(w1+w2+w3+w4);
if (fontIndex<0) {
fg=g.theme.fg;
bg=g.theme.bg;
bg=g.theme.bg;
g.setColor(bg);
g.setBgColor(fg);
}