Browse Source

新建子菜单作用键值扩充

蓝点lilac 5 years ago
parent
commit
3ded9047a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ContextMenuManager/Controls/ShellNewList.cs

+ 1 - 1
ContextMenuManager/Controls/ShellNewList.cs

@@ -9,7 +9,7 @@ namespace ContextMenuManager.Controls
 {
     sealed class ShellNewList : MyList
     {
-        private static readonly string[] ValueNames = { "NullFile", "Data", "FileName", "Directory" };
+        private static readonly string[] ValueNames = { "NullFile", "Data", "FileName", "Directory", "Command" };
 
         public void LoadItems()
         {