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.
2 parents 773fb8d + 8747442 commit 7c009d4Copy full SHA for 7c009d4
Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs
@@ -154,8 +154,9 @@ private List<Result> CreateResultsFromQuery(Query query)
154
Action = (c) =>
155
{
156
processHelper.TryKill(_context, p);
157
+ // Re-query to refresh process list
158
_context.API.ReQuery();
- return false;
159
+ return true;
160
}
161
});
162
@@ -180,8 +181,9 @@ private List<Result> CreateResultsFromQuery(Query query)
180
181
182
processHelper.TryKill(_context, p.Process);
183
184
185
186
187
188
189
0 commit comments