From cc7d5d2b4055847de1c483ab696e919f2e16e3fd Mon Sep 17 00:00:00 2001 From: eleanor <44651387+elykittytee@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:27:26 -0500 Subject: [PATCH] update app.js removed `Bangle.setUI("clock"); ` --- apps/encourageclk/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/encourageclk/app.js b/apps/encourageclk/app.js index 8a2f60097..4dacd1918 100644 --- a/apps/encourageclk/app.js +++ b/apps/encourageclk/app.js @@ -76,8 +76,7 @@ function loader() { //ready set go! g.clear(); -Bangle.setUI("clock"); //load all the things -Bangle.drawWidgets(); +Bangle.drawWidgets(); //load all the things Bangle.loadWidgets(); loader(); //draw all the things