Updated backup_menu with back_footer

When I first ran the code, I went to advanced because I had klipper already installed and I wanted to see if I could install fluidd using this code base.
So when see advanced menu I was concerned that "quit" meant quitting the tool instead of exiting the advanced menu. So proposing a back_footer for sub menus that will revert back to main menu. Save quit footer for main menu to exit program.
This commit is contained in:
AKA "Thom Wiley
2021-09-12 09:32:34 -04:00
committed by GitHub
parent f8c05ce4aa
commit 3ea4ee45fe

View File

@@ -14,7 +14,7 @@ backup_ui(){
echo -e "| 2) [Moonraker] | Other: | " echo -e "| 2) [Moonraker] | Other: | "
echo -e "| 3) [Moonraker DB] | 7) [Duet Web Control] | " echo -e "| 3) [Moonraker DB] | 7) [Duet Web Control] | "
echo -e "| | 8) [OctoPrint] | " echo -e "| | 8) [OctoPrint] | "
quit_footer back_footer
} }
backup_menu(){ backup_menu(){
@@ -40,7 +40,7 @@ backup_menu(){
do_action "backup_dwc2" "backup_ui";; do_action "backup_dwc2" "backup_ui";;
8) 8)
do_action "backup_octoprint" "backup_ui";; do_action "backup_octoprint" "backup_ui";;
Q|q) B|b)
clear; main_menu; break;; clear; main_menu; break;;
*) *)
deny_action "backup_ui";; deny_action "backup_ui";;