From c2766e8455a8c52697a81278a6dfd59f381997d8 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Sat, 6 May 2023 06:33:50 -0500 Subject: [PATCH] Update app.js removed unused function call --- apps/shadowclk/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/shadowclk/app.js b/apps/shadowclk/app.js index e69225035..64c86908a 100644 --- a/apps/shadowclk/app.js +++ b/apps/shadowclk/app.js @@ -89,5 +89,4 @@ Graphics.prototype.setFontLondrinaSolid = function() { Bangle.loadWidgets(); draw(); setTimeout(Bangle.drawWidgets, 0); - applySettings(); - })(); \ No newline at end of file + })();