We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7694d3 commit d12cde7Copy full SHA for d12cde7
Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs
@@ -91,9 +91,8 @@ private List<Result> CreateResultsFromQuery(Query query)
91
Action = (c) =>
92
{
93
processHelper.TryKill(p);
94
- // Re-query to refresh process list
95
- _context.API.ChangeQuery(query.RawQuery, true);
96
- return true;
+ _context.API.ReQuery();
+ return false;
97
}
98
});
99
@@ -120,9 +119,8 @@ private List<Result> CreateResultsFromQuery(Query query)
120
119
121
processHelper.TryKill(p.Process);
122
123
124
125
126
127
128
0 commit comments