Skip to content

Commit 5a412d0

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 c3dee7b commit 5a412d0

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
@@ -1016,7 +1016,7 @@ private async Task LoadThumbnailAsync(ListedItem item, CancellationToken cancell
10161016
item.ItemPath,
10171017
thumbnailSize,
10181018
item.IsFolder,
1019-
returnIconOnly ? IconOptions.ReturnIconOnly | (useCurrentScale ? IconOptions.UseCurrentScale : 0) : (useCurrentScale ? IconOptions.UseCurrentScale : 0));
1019+
(returnIconOnly ? IconOptions.ReturnIconOnly : IconOptions.None) | (useCurrentScale ? IconOptions.UseCurrentScale : IconOptions.None));
10201020

10211021
cancellationToken.ThrowIfCancellationRequested();
10221022
}

0 commit comments

Comments
 (0)