Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Jan 30, 2024
1 parent 8af61b4 commit f190654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layouts/storage/files_layout/file_preview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn FilePreview<'a>(cx: Scope<'a, Props<'a>>) -> Element<'a> {
} else if !file_path_in_local_disk.read().exists()
&& *file_loading_counter.read() > TIME_TO_WAIT_FOR_IMAGE_TO_DOWNLOAD
&& !is_video {
// It will show image with thumbnial and not with high quality
// It will show image with thumbnail and not with high quality
// because image didn't download and is not possible to load it
rsx!(FileTypeTag {
is_video: false,
Expand Down

0 comments on commit f190654

Please sign in to comment.