andark 0.06: Fix issue showing widgets when app is fast-loaded into from launcher with widgets disabled
parent
6686bcd29e
commit
265b3284e1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue