We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85c8b4 commit 810aa02Copy full SHA for 810aa02
playgrounds/app/src/components/Editor.tsx
@@ -1031,7 +1031,10 @@ export default function Editor(props: EditorProps) {
1031
<Dialog open={isShowingFfmpegDialog()} onOpenChange={setIsShowingFfmpegDialog} modal>
1032
<DialogContent>
1033
<Show when={!isDownloadingFfmpeg()} fallback={<p>Downloading...</p>}>
1034
- <p class="">To create video, must download ffmpeg.wasm. It is approximately 30MB.</p>
+ <p class="">
1035
+ To create video, must download ffmpeg.wasm. It's approximately 30MB. If you have
1036
+ downloaded it here before, your browser cache should kick in.
1037
+ </p>
1038
</Show>
1039
<DialogFooter>
1040
<Button
0 commit comments