Mylocation fixed back button

master
hughbarney 2022-04-22 21:21:52 +01:00
parent a7153134d8
commit 0239503983
3 changed files with 3 additions and 2 deletions

View File

@ -2,3 +2,4 @@
0.02: Enhanced icon, make it bolder
0.03: Fixed issue with defaulting back to London
0.04: Fixed issue selecting Frankfurt not saved
0.05: Fixed issue with back option

View File

@ -4,7 +4,7 @@
"icon": "mylocation.png",
"type": "app",
"screenshots": [{"url":"screenshot_1.png"}],
"version":"0.04",
"version":"0.05",
"description": "Sets and stores the lat and long of your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README",
"readme": "README.md",
"tags": "tool,utility",

View File

@ -55,7 +55,7 @@ function showMainMenu() {
//console.log("showMainMenu");
const mainmenu = {
'': { 'title': 'My Location' },
'<Back': ()=>{ load(); },
'< Back': ()=>{ load(); },
'City': {
value: 0 | locations.indexOf(s.location),
min: 0, max: locations.length - 1,