Cut Text/Sol/Persp into smaller parts, and use them

This commit is contained in:
2026-04-21 14:13:04 +02:00
parent 3673bd6fe1
commit b6a0f5d83f
3 changed files with 162 additions and 78 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ class ImageViewer:
def on_open_ori_pdf(self, event):
if self.is_viewing and self.current_json_path:
pdf_path = "/home/sebastien/Staging/Interro/" + base_dir + "pdf"
pdf_path = "/home/sebastien/Staging/Interro/" + str(base_dir) + "pdf"
print(f"Opening {pdf_path}")
subprocess.Popen(['xdg-open', pdf_path])