mirror of https://github.com/espruino/BangleApps
iconlaunch - Use back option instead of translated entry
parent
c4ae56ed16
commit
aaa992ee2b
|
@ -16,8 +16,7 @@
|
||||||
}
|
}
|
||||||
const timeOutChoices = [/*LANG*/"Off", "10s", "15s", "20s", "30s"];
|
const timeOutChoices = [/*LANG*/"Off", "10s", "15s", "20s", "30s"];
|
||||||
const appMenu = {
|
const appMenu = {
|
||||||
"": { "title": /*LANG*/"Launcher" },
|
"": { "title": /*LANG*/"Launcher", back: back },
|
||||||
/*LANG*/"< Back": back,
|
|
||||||
/*LANG*/"Show Clocks": {
|
/*LANG*/"Show Clocks": {
|
||||||
value: settings.showClocks == true,
|
value: settings.showClocks == true,
|
||||||
onchange: (m) => {
|
onchange: (m) => {
|
||||||
|
|
Loading…
Reference in New Issue