tweak submenus heading

master
thyttan 2023-03-12 03:24:16 +01:00
parent c14dc872b7
commit a6728e2f18
1 changed files with 1 additions and 2 deletions

View File

@ -107,9 +107,8 @@ function showMainMenu() {
}
function showSubMenu(key) {
let path = findPath(key);
var submenu = {
"" : { "title" : "path: "+path},
"" : { "title" : "Path: "+findPath(key).toUpperCase()},
"< Back" : showMainMenu
};