This commit is contained in:
Cyril 2024-05-13 11:18:55 +02:00
parent 52d2760efe
commit 86a59830c4
3 changed files with 3 additions and 6 deletions

View file

@ -208,8 +208,7 @@ function install_menu_3v3() {
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
else
#run "install_mobileraker_companion" "install_menu_ui_3v3"
run "disabled_feature" "install_menu_ui_3v3"
run "install_mobileraker_companion" "install_menu_ui_3v3"
fi;;
20)
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then

View file

@ -227,8 +227,7 @@ function install_menu_k1() {
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
else
#run "install_mobileraker_companion" "install_menu_ui_k1"
run "disabled_feature" "install_menu_ui_k1"
run "install_mobileraker_companion" "install_menu_ui_k1"
fi;;
23)
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then

View file

@ -176,8 +176,7 @@ function install_menu_ke() {
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
else
#run "install_mobileraker_companion" "install_menu_ui_ke"
run "disabled_feature" "install_menu_ui_ke"
run "install_mobileraker_companion" "install_menu_ui_ke"
fi;;
16)
if [ -d "$OCTOAPP_COMPANION_FOLDER" ]; then