mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-16 12:04: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
|
read -p "Perform action: " action; echo
|
||||||
echo -e "${default}"
|
echo -e "${default}"
|
||||||
case "$action" in
|
case "$action" in
|
||||||
Q|q)
|
B|b)
|
||||||
clear; advanced_menu; break;;
|
clear; advanced_menu; break;;
|
||||||
*)
|
*)
|
||||||
clear
|
clear
|
||||||
|
|||||||
Reference in New Issue
Block a user