docs: clarify _last_export_path holds dir path for WebP sequence

This commit is contained in:
2026-04-06 16:07:44 +02:00
parent f9649f7584
commit 855797a1b3
+2
View File
@@ -1013,6 +1013,8 @@ class MainWindow(QMainWindow):
def _on_export_done(self, path: str):
self._db.add(os.path.basename(self._file_path), self._cursor, path)
# For MP4 exports path is a file; for WebP sequence it is a directory.
# build_mask_output_dir handles both correctly via Path.stem.
self._last_export_path = path
self._export_counter += 1
self._update_next_label()