feature/capability-based-deps #53

Merged
david merged 130 commits from feature/capability-based-deps into main 2026-03-31 01:55:23 +00:00
Showing only changes of commit 4616a21359 - Show all commits

View File

@@ -1134,8 +1134,11 @@ def run_pipeline_mode(preset_name: str = "demo"):
frame += 1
except KeyboardInterrupt:
pass
finally:
pipeline.cleanup()
display.cleanup()
print("\n \033[38;5;245mPipeline stopped\033[0m")
return # Exit pipeline mode, not font picker
pipeline.cleanup()
display.cleanup()
print("\n \033[38;5;245mPipeline stopped\033[0m")