andark 0.06: Fix issue showing widgets when app is fast-loaded into from launcher with widgets disabled

master
Gordon Williams 2024-05-09 09:12:47 +01:00
parent 6686bcd29e
commit 265b3284e1
3 changed files with 3 additions and 2 deletions

View File

@ -4,3 +4,4 @@
0.04: Changed update cylce, when locked
0.05: Fix support for dark theme + support widgets +
add settings for widgets, order of drawing and hour hand length
0.06: Fix issue showing widgets when app is fast-loaded into from launcher with widgets disabled

View File

@ -127,7 +127,7 @@ Bangle.setUI("clock");
if (settings.loadWidgets) {
Bangle.loadWidgets();
require("widget_utils").swipeOn();
}
} else if (global.WIDGETS) require("widget_utils").hide();
// Clear the screen once, at startup
drawScale();
draw();

View File

@ -1,7 +1,7 @@
{ "id": "andark",
"name": "Analog Dark",
"shortName":"AnDark",
"version":"0.05",
"version":"0.06",
"description": "analog clock face without disturbing widgets",
"icon": "andark_icon.png",
"type": "clock",