Skip to content

Commit 73f2dd1

Browse files
committed
Fix network icon
1 parent 525ea1a commit 73f2dd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/Data/Items/DriveItem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ public async Task LoadThumbnailAsync(bool isSidebar = false)
251251

252252
using var thumbnail = await DriveHelpers.GetThumbnailAsync(Root);
253253
IconData ??= await thumbnail.ToByteArrayAsync();
254+
255+
IconData ??= UIHelpers.GetSidebarIconResourceInfo(Constants.ImageRes.Folder).IconData;
254256
}
255257

256258
Icon ??= await IconData.ToBitmapAsync();

0 commit comments

Comments
 (0)