Skip to content

Commit 64b624e

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 5a412d0 commit 64b624e

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
@@ -1062,7 +1062,7 @@ await dispatcherQueue.EnqueueOrInvokeAsync(async () =>
10621062
item.ItemPath,
10631063
thumbnailSize,
10641064
item.IsFolder,
1065-
IconOptions.ReturnThumbnailOnly | (useCurrentScale ? IconOptions.UseCurrentScale : 0));
1065+
IconOptions.ReturnThumbnailOnly | (useCurrentScale ? IconOptions.UseCurrentScale : IconOptions.None));
10661066
}
10671067
finally
10681068
{

0 commit comments

Comments
 (0)