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