mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08:00
Merge branch 'dev'
This commit is contained in:
commit
4fcb8d5540
@ -895,6 +895,7 @@ namespace Wox
|
||||
|
||||
private void ShowContextMenu(Result result)
|
||||
{
|
||||
if (result == null) return;
|
||||
List<Result> results = PluginManager.GetContextMenusForPlugin(result);
|
||||
results.ForEach(o =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user