settings: handle fastload

by ensuring `const`s are deleted
master
Rob Pilling 2024-07-04 12:17:45 +01:00
parent 14a37529c9
commit 72658828ac
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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",

View File

@ -1,3 +1,4 @@
{
Bangle.loadWidgets();
Bangle.drawWidgets();
@ -984,3 +985,4 @@ function showTouchscreenCalibration() {
}
showMainMenu();
}