mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-08 18:35:10 +00:00
[PowerToys Run] Fix Previous query not erased when closing (#15121)
This commit is contained in:
@@ -885,7 +885,7 @@ namespace PowerLauncher.ViewModel
|
||||
}
|
||||
else
|
||||
{
|
||||
if (_settings.ClearInputOnLaunch && Results.Visibility == Visibility.Visible)
|
||||
if (_settings.ClearInputOnLaunch)
|
||||
{
|
||||
ClearQueryCommand.Execute(null);
|
||||
Task.Run(() =>
|
||||
|
Reference in New Issue
Block a user