parent
14a37529c9
commit
72658828ac
|
|
@ -81,3 +81,4 @@ of 'Select Clock'
|
|||
0.70: Fix load() typo
|
||||
0.71: Minor code improvements
|
||||
0.72: Add setting for configuring BLE privacy
|
||||
0.73: Fix `const` bug / work with fastload
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "setting",
|
||||
"name": "Settings",
|
||||
"version": "0.72",
|
||||
"version": "0.73",
|
||||
"description": "A menu for setting up Bangle.js",
|
||||
"icon": "settings.png",
|
||||
"tags": "tool,system",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
|
||||
|
|
@ -984,3 +985,4 @@ function showTouchscreenCalibration() {
|
|||
}
|
||||
|
||||
showMainMenu();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue