Skip to content

Commit 68f1c4c

Browse files
committed
15 fps export option
1 parent 3ef6b71 commit 68f1c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: apps/desktop/src/routes/editor/ExportDialog.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const COMPRESSION_OPTIONS = [
3636
] as const;
3737

3838
export const FPS_OPTIONS = [
39+
{ label: "15 FPS", value: 15 },
3940
{ label: "30 FPS", value: 30 },
4041
{ label: "60 FPS", value: 60 },
4142
] satisfies Array<{ label: string; value: number }>;

0 commit comments

Comments
 (0)