This commit is contained in:
Bryan Ashby 2020-07-06 17:59:34 -06:00
parent f5f8b08a27
commit 51f3b0ffce
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 2 additions and 9 deletions

View File

@ -72,9 +72,6 @@
}
menus: {
///////////////////////////////////////////////////////////////////////
// Main Menu
///////////////////////////////////////////////////////////////////////
mainMenu: {
art: MMENU
desc: Main Menu
@ -84,10 +81,6 @@
interrupt: realtime
}
submit: [
{
value: { command: "MSG" }
action: @menu:nodeMessage
}
{
value: { command: "G" }
action: @menu:fullLogoffSequence
@ -178,8 +171,8 @@
]
}
{
value: 1
action: @menu:mainMenu
value: { command: "MSG" }
action: @menu:nodeMessage
}
]
}