Update
This commit is contained in:
parent
041223591f
commit
9e9081e4cc
8 changed files with 126 additions and 0 deletions
|
@ -31,6 +31,7 @@ function remove_menu_ui_ke() {
|
|||
menu_option '13' 'Remove' 'GuppyFLO'
|
||||
menu_option '14' 'Remove' 'Mobileraker Companion'
|
||||
menu_option '15' 'Remove' 'OctoApp Companion'
|
||||
menu_option '16' 'Remove' 'SimplyPrint'
|
||||
hr
|
||||
inner_line
|
||||
hr
|
||||
|
@ -160,6 +161,12 @@ function remove_menu_ke() {
|
|||
else
|
||||
run "remove_octoapp_companion" "remove_menu_ui_ke"
|
||||
fi;;
|
||||
16)
|
||||
if ! grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then
|
||||
error_msg "SimplyPrint is not installed!"
|
||||
else
|
||||
run "remove_simplyprint" "remove_menu_ui"
|
||||
fi;;
|
||||
B|b)
|
||||
clear; main_menu; break;;
|
||||
Q|q)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue