Update
This commit is contained in:
@@ -12,7 +12,7 @@ const VideoDownloadModal = ({ isOpen, onClose, ffmpegCommand, handleDownloadButt
|
||||
<Dialog open={isOpen} onOpenChange={onClose}>
|
||||
<DialogContent>
|
||||
<DialogHeader>
|
||||
<DialogTitle>Download Video</DialogTitle>
|
||||
<DialogTitle>Export Video</DialogTitle>
|
||||
{exportStatus ||
|
||||
(exportProgress > 0 && (
|
||||
<DialogDescription>
|
||||
@@ -39,7 +39,7 @@ const VideoDownloadModal = ({ isOpen, onClose, ffmpegCommand, handleDownloadButt
|
||||
|
||||
{showDebug && <Textarea value={ffmpegCommand} readOnly className="mb-4" />}
|
||||
|
||||
<Button onClick={handleDownloadButton}>{isExporting ? <Spinner className="text-secondary h-4 w-4" /> : 'Download'}</Button>
|
||||
<Button onClick={handleDownloadButton}>{isExporting ? <Spinner className="text-secondary h-4 w-4" /> : 'Export Video'}</Button>
|
||||
|
||||
{/* Add your content here */}
|
||||
</DialogContent>
|
||||
|
||||
Reference in New Issue
Block a user