This commit is contained in:
2026-07-22 15:28:35 -04:00
parent 755fa0632c
commit dd42e8fc58
5 changed files with 91 additions and 18 deletions

View File

@ -246,6 +246,7 @@ class Booth:
self.falling.reload()
if printing["delete_contact_sheets"]:
sheet_path.unlink()
sheet_path.with_suffix(".pdf").unlink(missing_ok=True)
self.shoots_done = 0
self.set_notice("Sent to printer!")
else: