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.04: Changed update cylce, when locked
|
||||||
0.05: Fix support for dark theme + support widgets +
|
0.05: Fix support for dark theme + support widgets +
|
||||||
add settings for widgets, order of drawing and hour hand length
|
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) {
|
if (settings.loadWidgets) {
|
||||||
Bangle.loadWidgets();
|
Bangle.loadWidgets();
|
||||||
require("widget_utils").swipeOn();
|
require("widget_utils").swipeOn();
|
||||||
}
|
} else if (global.WIDGETS) require("widget_utils").hide();
|
||||||
// Clear the screen once, at startup
|
// Clear the screen once, at startup
|
||||||
drawScale();
|
drawScale();
|
||||||
draw();
|
draw();
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "andark",
|
{ "id": "andark",
|
||||||
"name": "Analog Dark",
|
"name": "Analog Dark",
|
||||||
"shortName":"AnDark",
|
"shortName":"AnDark",
|
||||||
"version":"0.05",
|
"version":"0.06",
|
||||||
"description": "analog clock face without disturbing widgets",
|
"description": "analog clock face without disturbing widgets",
|
||||||
"icon": "andark_icon.png",
|
"icon": "andark_icon.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue