File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
apps/desktop/src/routes/editor Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -610,6 +610,12 @@ export function ExportPage() {
610610
611611 < div class = "flex-1 min-h-0 flex relative" >
612612 < div class = "flex-1 min-h-0 p-5 flex flex-col" >
613+ < div class = "flex items-center gap-1.5 mb-2" >
614+ < span class = "text-sm font-medium text-gray-11" > Preview</ span >
615+ < Tooltip content = "This is a rendered frame from your video. Adjust the settings below to see the quality of the final exported video." >
616+ < IconLucideInfo class = "size-3.5 text-gray-9 hover:text-gray-11 cursor-help transition-colors" />
617+ </ Tooltip >
618+ </ div >
613619 < div class = "relative flex-1 min-h-0 rounded-xl overflow-hidden bg-gray-2 border border-gray-3 flex items-center justify-center group" >
614620 < Show
615621 when = { previewUrl ( ) }
You can’t perform that action at this time.
0 commit comments