Skip to content

Commit

Permalink
fix: Stop animation when download completes (#2630) (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
riojosdev authored Jun 7, 2023
1 parent 51402fa commit bd9ebe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/components/DownloadsManagerView/DownloadItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ const DownloadItem: FC<DownloadItemProps> = ({
<ProgressBar
percentage={percentage}
error={errored ? t('downloads.item.errored') : undefined}
// TODO: get complete file details, such as file-size from different cloud storages
animated={percentage !== 100}
/>
</Box>
</Box>
Expand Down

0 comments on commit bd9ebe0

Please sign in to comment.