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