WIP #35

Open
david wants to merge 135 commits from klubhaus/sideline:feature/capability-based-deps into main
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")