Folder frame number starting at 1.

This commit is contained in:
Jindra Petřík
2025-06-02 22:21:18 +02:00
parent abd4c10402
commit 4cfd9c343f

View File

@@ -260,7 +260,7 @@ public class FrameExporter {
List<String> paths = new ArrayList<>();
String subPath = "";
if (subFramesLength > 1) {
subPath = File.separator + frames.get(0);
subPath = File.separator + (frames.get(0) + 1);
}
if (containerId == 0) {