mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02: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)
|
if (contextMenuItems.AcceleratorKey == acceleratorKey && contextMenuItems.AcceleratorModifiers == acceleratorModifiers)
|
||||||
{
|
{
|
||||||
MainWindowVisibility = Visibility.Collapsed;
|
|
||||||
contextMenuItems.Command.Execute(null);
|
contextMenuItems.Command.Execute(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user