Skip to content

Commit c3dee7b

Browse files
yaira2hishitetsu
andauthored
Update src/Files.App/ViewModels/ShellViewModel.cs
Co-authored-by: hishitetsu <[email protected]> Signed-off-by: Yair <[email protected]>
1 parent 66f0ddd commit c3dee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/ShellViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ private async Task LoadThumbnailAsync(ListedItem item, CancellationToken cancell
991991
item.ItemPath,
992992
thumbnailSize,
993993
item.IsFolder,
994-
IconOptions.ReturnThumbnailOnly | IconOptions.ReturnOnlyIfCached | (useCurrentScale ? IconOptions.UseCurrentScale : 0));
994+
IconOptions.ReturnThumbnailOnly | IconOptions.ReturnOnlyIfCached | (useCurrentScale ? IconOptions.UseCurrentScale : IconOptions.None));
995995

996996
cancellationToken.ThrowIfCancellationRequested();
997997
loadNonCachedThumbnail = true;

0 commit comments

Comments
 (0)