mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[PTRun]Fix clear query on launch for action invoked from keyboard (#28822)
This commit is contained in:
committed by
GitHub
parent
1ba9ffbfbf
commit
53ec08ebc0
@@ -1065,7 +1065,6 @@ namespace PowerLauncher.ViewModel
|
||||
{
|
||||
if (contextMenuItems.AcceleratorKey == acceleratorKey && contextMenuItems.AcceleratorModifiers == acceleratorModifiers)
|
||||
{
|
||||
MainWindowVisibility = Visibility.Collapsed;
|
||||
contextMenuItems.Command.Execute(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user