mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Back to original action for UX
This commit is contained in:
parent
773fb8d9eb
commit
874744265f
1 changed files with 4 additions and 2 deletions
|
|
@ -154,8 +154,9 @@ namespace Flow.Launcher.Plugin.ProcessKiller
|
|||
Action = (c) =>
|
||||
{
|
||||
processHelper.TryKill(_context, p);
|
||||
// Re-query to refresh process list
|
||||
_context.API.ReQuery();
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -180,8 +181,9 @@ namespace Flow.Launcher.Plugin.ProcessKiller
|
|||
{
|
||||
processHelper.TryKill(_context, p.Process);
|
||||
}
|
||||
// Re-query to refresh process list
|
||||
_context.API.ReQuery();
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue