mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-14 06:04:00 +08:00
新建子菜单作用键值扩充
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user