mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'dev'
This commit is contained in:
commit
4fcb8d5540
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue