From 51f3b0ffcea5e675a355fc0288275332860d6122 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 6 Jul 2020 17:59:34 -0600 Subject: [PATCH] Minor --- misc/menu_templates/main.in.hjson | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/misc/menu_templates/main.in.hjson b/misc/menu_templates/main.in.hjson index ac4b1771..c601fed1 100644 --- a/misc/menu_templates/main.in.hjson +++ b/misc/menu_templates/main.in.hjson @@ -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 } ] }