We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef6b71 commit 68f1c4cCopy full SHA for 68f1c4c
apps/desktop/src/routes/editor/ExportDialog.tsx
@@ -36,6 +36,7 @@ export const COMPRESSION_OPTIONS = [
36
] as const;
37
38
export const FPS_OPTIONS = [
39
+ { label: "15 FPS", value: 15 },
40
{ label: "30 FPS", value: 30 },
41
{ label: "60 FPS", value: 60 },
42
] satisfies Array<{ label: string; value: number }>;
0 commit comments