Skip to content

Commit db03f9c

Browse files
Fixed missing icon for network folder (#9752)
1 parent 8908a5b commit db03f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.Uwp/DataModels/NavigationControlItems/DriveItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public async Task LoadDriveIcon()
237237
{
238238
if (!string.IsNullOrEmpty(DeviceID))
239239
{
240-
IconData = await FileThumbnailHelper.LoadIconWithoutOverlayAsync(DeviceID, 24);
240+
IconData = await FileThumbnailHelper.LoadIconWithoutOverlayAsync(DeviceID, 24, true);
241241
}
242242
if (IconData == null)
243243
{

0 commit comments

Comments
 (0)