Skip to content

Commit cc26bc4

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

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
@@ -479,7 +479,7 @@ private Image GetItemIcon(string regPath)
479479
return image;
480480
}
481481

482-
private bool isMultiItem(string regPath) // helper
482+
private bool IsMultiItem(string regPath) // helper
483483
{
484484
return GetIsMultiItem(regPath);
485485
}

0 commit comments

Comments
 (0)