Skip to content

Commit 66f0ddd

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 eeda9c0 commit 66f0ddd

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
@@ -1004,7 +1004,7 @@ private async Task LoadThumbnailAsync(ListedItem item, CancellationToken cancell
10041004
item.ItemPath,
10051005
thumbnailSize,
10061006
item.IsFolder,
1007-
IconOptions.ReturnIconOnly | (useCurrentScale ? IconOptions.UseCurrentScale : 0));
1007+
IconOptions.ReturnIconOnly | (useCurrentScale ? IconOptions.UseCurrentScale : IconOptions.None));
10081008

10091009
cancellationToken.ThrowIfCancellationRequested();
10101010
}

0 commit comments

Comments
 (0)