stlapview: add top-level back button

pull/2760/head
Rob Pilling 2023-05-16 23:25:32 +01:00
parent 2efc24c5a4
commit 7bd8d4701a
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ function showMainMenu() {
let mainMenu = {
'': {
'title': 'Sessions'
'title': 'Sessions',
'back': () => load()
}
};