We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307242b commit ee318d8Copy full SHA for ee318d8
src/Files.App/ViewModels/ShellViewModel.cs
@@ -1057,8 +1057,6 @@ private async Task<BitmapImage> GetShieldIcon()
1057
1058
private async Task LoadThumbnailAsync(ListedItem item, CancellationToken cancellationToken)
1059
{
1060
- item.PreloadedIconData = null;
1061
-
1062
var loadNonCachedThumbnail = false;
1063
var thumbnailSize = LayoutSizeKindHelper.GetIconSize(folderSettings.LayoutMode);
1064
var returnIconOnly = UserSettingsService.FoldersSettingsService.ShowThumbnails == false || thumbnailSize < 48;
0 commit comments