Update
This commit is contained in:
parent
a33ff8031d
commit
9fd23550e3
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@ function customize_menu_ke() {
|
||||||
2)
|
2)
|
||||||
if [ -f "$CREALITY_WEB_FILE" ]; then
|
if [ -f "$CREALITY_WEB_FILE" ]; then
|
||||||
error_msg "Creality Web Interface is already present!"
|
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
|
else
|
||||||
run "restore_creality_web_interface" "customize_menu_ui_ke"
|
run "restore_creality_web_interface" "customize_menu_ui_ke"
|
||||||
fi;;
|
fi;;
|
||||||
|
|
|
@ -63,6 +63,8 @@ function customize_menu() {
|
||||||
4)
|
4)
|
||||||
if [ -f "$CREALITY_WEB_FILE" ]; then
|
if [ -f "$CREALITY_WEB_FILE" ]; then
|
||||||
error_msg "Creality Web Interface is already present!"
|
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
|
else
|
||||||
run "restore_creality_web_interface" "customize_menu_ui"
|
run "restore_creality_web_interface" "customize_menu_ui"
|
||||||
fi;;
|
fi;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue