From 7888824e691bb772d1cd78ff1d880d279be1a69c Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:22:19 +0100 Subject: [PATCH] Update app.js --- apps/torch/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/torch/app.js b/apps/torch/app.js index 8d9205784..44a343db9 100644 --- a/apps/torch/app.js +++ b/apps/torch/app.js @@ -11,7 +11,7 @@ Bangle.setLCDBrightness(1); Bangle.setLCDPower(1); Bangle.setLCDTimeout(0); g.reset(); -g.setTheme({settings.bg,fg:"#000"}) +g.setTheme({bg:settings.bg,fg:"#000"}) g.setColor(settings.bg); g.fillRect(0,0,g.getWidth(),g.getHeight()); Bangle.setUI({