kbmulti: use back option of showMenu

pull/3370/head
Rob Pilling 2024-04-20 11:47:24 +01:00
parent edb0b9e7c2
commit 20fd5b5b0a
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@
}
var mainmenu = {
"" : { "title" : /*LANG*/"Multitap keyboard" },
"< Back" : back,
"" : {
"title" : /*LANG*/"Multitap keyboard",
"back": back,
},
/*LANG*/'Character selection timeout [ms]': {
value: settings().charTimeout,
min: 200, max: 1500, step : 50,