iconlaunch - Use back option instead of translated entry

pull/2895/head
Martin Boonk 2023-07-22 13:20:57 +02:00
parent c4ae56ed16
commit aaa992ee2b
1 changed files with 1 additions and 2 deletions

View File

@ -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) => {