fix: rework dialogues to display invalid input

This commit is contained in:
th33xitus
2020-09-11 14:12:49 +02:00
parent 4d53a92c83
commit b576491320
9 changed files with 102 additions and 29 deletions

View File

@@ -133,6 +133,9 @@ octoprint_reverse_proxy_dialog(){
N|n|No|no|"")
SET_REVERSE_PROXY="false"
break;;
*)
print_unkown_cmd
print_msg && clear_msg;;
esac
done
}