From 93b351306e7443fd09ef790735f24c703a8a2285 Mon Sep 17 00:00:00 2001 From: Denis Buzdalov Date: Mon, 11 Mar 2024 21:55:53 +0300 Subject: [PATCH] [ widgets ] Enable widgets and set them swipeable --- apps/andark_w/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/andark_w/app.js b/apps/andark_w/app.js index 7d8cb03e8..5279c58b7 100644 --- a/apps/andark_w/app.js +++ b/apps/andark_w/app.js @@ -85,6 +85,9 @@ function setlet(){ } } setlet(); +// Prepare widgets +Bangle.loadWidgets(); +require("widget_utils").swipeOn(); // Clear the screen once, at startup g.setBgColor(0,0,0); g.clear();