We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd13b90 commit dbbe2faCopy full SHA for dbbe2fa
1 file changed
ContextMenuManager/Controls/ShellList.cs
@@ -468,7 +468,7 @@ private Image GetItemIcon(string regPath)
468
icon = ResourceIcon.GetIcon(iconPath = itemFilePath, iconIndex = 0);
469
470
if (icon == null)
471
- icon = ResourceIcon.GetExtensionIcon(iconPath = itemFilePath) ?? ResourceIcon.GetIcon(iconPath = "imageres.dll", iconIndex = -2);
+ icon = ResourceIcon.GetExtensionIcon(itemFilePath) ?? ResourceIcon.GetIcon(iconPath = "imageres.dll", iconIndex = -2);
472
473
Image image = icon.ToBitmap();
474
if (iconLocation == null && !hasLUAShield)
0 commit comments