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 appMenu = {
|
||||
"": { "title": /*LANG*/"Launcher" },
|
||||
/*LANG*/"< Back": back,
|
||||
"": { "title": /*LANG*/"Launcher", back: back },
|
||||
/*LANG*/"Show Clocks": {
|
||||
value: settings.showClocks == true,
|
||||
onchange: (m) => {
|
||||
|
|
Loading…
Reference in New Issue