This commit is contained in:
Cyril 2024-03-11 04:56:10 +01:00
parent a33ff8031d
commit 9fd23550e3
2 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,8 @@ function customize_menu_ke() {
2)
if [ -f "$CREALITY_WEB_FILE" ]; then
error_msg "Creality Web Interface is already present!"
elif [ ! "$INITD_FOLDER"/S99start_app ]: then
error_msg "Guppy Screen need to be removed first to restore Creality Web Interface!"
else
run "restore_creality_web_interface" "customize_menu_ui_ke"
fi;;

View file

@ -63,6 +63,8 @@ function customize_menu() {
4)
if [ -f "$CREALITY_WEB_FILE" ]; then
error_msg "Creality Web Interface is already present!"
elif [ ! "$INITD_FOLDER"/S99start_app ]: then
error_msg "Guppy Screen need to be removed first to restore Creality Web Interface!"
else
run "restore_creality_web_interface" "customize_menu_ui"
fi;;