From 4b1b60b6602e237d19697fe2d0aec3a0214bc494 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 7 Mar 2026 09:45:21 +0000 Subject: [PATCH] Update menu --- .local/bin/station-menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/station-menu b/.local/bin/station-menu index 958aa48..87351e5 100755 --- a/.local/bin/station-menu +++ b/.local/bin/station-menu @@ -2,7 +2,7 @@ # Launch the Station Menu or takes a parameter to jump straight to a submenu. -Set to true when going directly to a submenu, so we can exit directly +# Set to true when going directly to a submenu, so we can exit directly BACK_TO_EXIT=false back_to() { @@ -250,7 +250,7 @@ show_system_menu() { } show_main_menu() { - go_to_menu "$(menu "Go" "󰀻 Apps\n󱓞 Trigger\n Setup\n Update\n About\n System")" + go_to_menu "$(menu "Go" "󰀻 Apps\n󱓞 Trigger\n Setup\n Update\n System")" } go_to_menu() {