mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 03:24:29 +05:00
fix: invalid command bug in rollback UI (fixes #131)
This commit is contained in:
@@ -97,7 +97,7 @@ rollback_klipper(){
|
||||
read -p "Perform action: " action; echo
|
||||
echo -e "${default}"
|
||||
case "$action" in
|
||||
Q|q)
|
||||
B|b)
|
||||
clear; advanced_menu; break;;
|
||||
*)
|
||||
clear
|
||||
@@ -108,4 +108,4 @@ rollback_klipper(){
|
||||
esac
|
||||
done
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user