auto-git:

[change] concept-maker_gui.py
This commit is contained in:
Victor Giers
2025-11-30 14:43:05 +01:00
parent 112d9d076d
commit cbde04eb7e

View File

@@ -675,6 +675,7 @@ class App(TkinterDnD.Tk): # type: ignore
# State
self.files: List[Path] = []
self.websites: List[str] = []
self.records: List[Record] = []
# Legacy fields kept but no longer used for per-session staging
self.staging_dir: Optional[Path] = None