0.35: Change App/Widget settings to 'App Settings' so it fits on Bangle screen

master
Gordon Williams 2021-12-06 16:17:55 +00:00
parent 1bac94c622
commit ff8b08911d
3 changed files with 3 additions and 2 deletions

View File

@ -146,7 +146,7 @@
{
"id": "setting",
"name": "Settings",
"version": "0.34",
"version": "0.35",
"description": "A menu for setting up Bangle.js",
"icon": "settings.png",
"tags": "tool,system",

View File

@ -37,3 +37,4 @@
0.32: Fix 'beep' menu on Bangle.js 2
0.33: Really fix 'beep' menu on Bangle.js 2 this time
0.34: Remove Quiet Mode LCD settings: now handled by Quiet Mode Schedule app
0.35: Change App/Widget settings to 'App Settings' so it fits on Bangle screen

View File

@ -96,7 +96,7 @@ function showMainMenu() {
'': { 'title': 'Settings' },
'< Back': ()=>load(),
'Make Connectable': ()=>makeConnectable(),
'App/Widget Settings': ()=>showAppSettingsMenu(),
'App Settings': ()=>showAppSettingsMenu(),
'BLE': ()=>showBLEMenu(),
'Debug Info': {
value: settings.log,