diff --git a/apps/renderer/src/components/ui/media/preview-media.tsx b/apps/renderer/src/components/ui/media/preview-media.tsx index e4263127d..7230e1bff 100644 --- a/apps/renderer/src/components/ui/media/preview-media.tsx +++ b/apps/renderer/src/components/ui/media/preview-media.tsx @@ -110,39 +110,41 @@ const Wrapper: Component<{ > {children} - - {showActions && ( - - {IN_ELECTRON && ( +
+ + {showActions && ( + + {IN_ELECTRON && ( + { + tipcClient?.download(src) + }} + > + + + )} { - tipcClient?.download(src) + window.open(src) }} > - + - )} - { - window.open(src) - }} - > - - - - )} - + + )} + +
{!!sideContent && (