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