From ab0c963e464785ae8a19f1956f8ecb5d8e28768b Mon Sep 17 00:00:00 2001 From: David Peer Date: Fri, 21 Jan 2022 19:46:19 +0100 Subject: [PATCH] Fixed theme bug. --- apps/notanalog/notanalog.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/notanalog/notanalog.app.js b/apps/notanalog/notanalog.app.js index 1549fdf73..2fc3de74b 100644 --- a/apps/notanalog/notanalog.app.js +++ b/apps/notanalog/notanalog.app.js @@ -211,7 +211,7 @@ Bangle.loadWidgets(); for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";} // Clear the screen once, at startup and draw clock -g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear(); +// g.setTheme({bg:"#fff",fg:"#000",dark:false}).clear(); draw(); // After drawing the watch face, we can draw the widgets