Skip to content

Commit dbbe2fa

Browse files
LanYun2022Copilot
andauthored
Update ContextMenuManager/Controls/ShellList.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fd13b90 commit dbbe2fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ContextMenuManager/Controls/ShellList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ private Image GetItemIcon(string regPath)
468468
icon = ResourceIcon.GetIcon(iconPath = itemFilePath, iconIndex = 0);
469469

470470
if (icon == null)
471-
icon = ResourceIcon.GetExtensionIcon(iconPath = itemFilePath) ?? ResourceIcon.GetIcon(iconPath = "imageres.dll", iconIndex = -2);
471+
icon = ResourceIcon.GetExtensionIcon(itemFilePath) ?? ResourceIcon.GetIcon(iconPath = "imageres.dll", iconIndex = -2);
472472

473473
Image image = icon.ToBitmap();
474474
if (iconLocation == null && !hasLUAShield)

0 commit comments

Comments
 (0)