mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-07-08 19:40:01 +02:00
cleaned up command result
This commit is contained in:
@@ -70,9 +70,9 @@ internal sealed partial class KillProcessCommand : InvokableCommand
|
||||
{
|
||||
if (KillProcess(_window))
|
||||
{
|
||||
return CommandResult.KeepOpen();
|
||||
return CommandResult.Dismiss();
|
||||
}
|
||||
|
||||
return CommandResult.Dismiss();
|
||||
return CommandResult.KeepOpen();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user