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", "id": "setting",
"name": "Settings", "name": "Settings",
"version": "0.34", "version": "0.35",
"description": "A menu for setting up Bangle.js", "description": "A menu for setting up Bangle.js",
"icon": "settings.png", "icon": "settings.png",
"tags": "tool,system", "tags": "tool,system",

View File

@ -37,3 +37,4 @@
0.32: Fix 'beep' menu on Bangle.js 2 0.32: Fix 'beep' menu on Bangle.js 2
0.33: Really fix 'beep' menu on Bangle.js 2 this time 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.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' }, '': { 'title': 'Settings' },
'< Back': ()=>load(), '< Back': ()=>load(),
'Make Connectable': ()=>makeConnectable(), 'Make Connectable': ()=>makeConnectable(),
'App/Widget Settings': ()=>showAppSettingsMenu(), 'App Settings': ()=>showAppSettingsMenu(),
'BLE': ()=>showBLEMenu(), 'BLE': ()=>showBLEMenu(),
'Debug Info': { 'Debug Info': {
value: settings.log, value: settings.log,