mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup
This commit is contained in:
parent
2c445b3cbb
commit
f49e952e9b
1 changed files with 2 additions and 1 deletions
|
|
@ -180,7 +180,8 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
{
|
||||
ShellContextMenuDisplayHelper.ExecuteContextMenuItem(record.FullPath, menuItem.CommandId);
|
||||
return true;
|
||||
}
|
||||
},
|
||||
ContextData = "native-context-menu-item"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue