feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
Showing only changes of commit eaf12db27e - Show all commits

View File

@@ -83,7 +83,7 @@ def handle_existing_instances(instance_list: List[Klipper]) -> bool:
if instance_count > 0:
print_instance_overview(instance_list)
if not get_confirm("Add new instances?"):
if not get_confirm("Add new instances?", allow_go_back=True):
return False
return True