We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3717ea0 commit b355a9bCopy full SHA for b355a9b
SmartImage/Core/Integration.cs
@@ -39,7 +39,8 @@ internal static bool HandleContextMenu(IntegrationOption option)
39
try {
40
regMenu = Registry.CurrentUser.CreateSubKey(REG_SHELL);
41
regMenu?.SetValue(String.Empty, Info.NAME);
42
-
+ regMenu?.SetValue("Icon", $"\"{fullPath}\"");
43
+
44
regCmd = Registry.CurrentUser.CreateSubKey(REG_SHELL_CMD);
45
regCmd?.SetValue(String.Empty, $"\"{fullPath}\" \"%1\"");
46
}
0 commit comments