Skip to content

Commit b355a9b

Browse files
committed
v2.0.3*
1 parent 3717ea0 commit b355a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SmartImage/Core/Integration.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ internal static bool HandleContextMenu(IntegrationOption option)
3939
try {
4040
regMenu = Registry.CurrentUser.CreateSubKey(REG_SHELL);
4141
regMenu?.SetValue(String.Empty, Info.NAME);
42-
42+
regMenu?.SetValue("Icon", $"\"{fullPath}\"");
43+
4344
regCmd = Registry.CurrentUser.CreateSubKey(REG_SHELL_CMD);
4445
regCmd?.SetValue(String.Empty, $"\"{fullPath}\" \"%1\"");
4546
}

0 commit comments

Comments
 (0)