Add OctoApp support

This commit is contained in:
Christian Würthner 2024-03-30 15:19:23 +01:00
parent 4b5010572a
commit ac27c61985
9 changed files with 112 additions and 0 deletions

View file

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