This commit is contained in:
Cyril 2024-03-23 14:53:32 +01:00
parent 6804b606d7
commit 7ee3504407
9 changed files with 128 additions and 0 deletions

View file

@ -37,6 +37,7 @@ function remove_menu_ui() {
menu_option '19' 'Remove' 'OctoEverywhere'
menu_option '20' 'Remove' 'Moonraker Obico'
menu_option '21' 'Remove' 'Mobileraker Companion'
menu_option '22' 'Remove' 'GuppyFLO'
hr
inner_line
hr
@ -208,6 +209,12 @@ function remove_menu() {
else
run "remove_mobileraker_companion" "remove_menu_ui"
fi;;
22)
if [ ! -d "$GUPPYFLO_FOLDER" ]; then
error_msg "GuppyFLO is not installed!"
else
run "remove_guppyflo" "remove_menu_ui"
fi;;
B|b)
clear; main_menu; break;;
Q|q)