mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Fix #357
Fix bug introduced since a5abe9234faafcd170f9468a70f42bf60eda0f0d
This commit is contained in:
@@ -464,7 +464,7 @@ namespace Wox
|
||||
Query(tbQuery.Text);
|
||||
Dispatcher.DelayInvoke("ShowProgressbar", () =>
|
||||
{
|
||||
if (!queryHasReturn && !string.IsNullOrEmpty(lastQuery))
|
||||
if (!queryHasReturn && !string.IsNullOrEmpty(tbQuery.Text) && tbQuery.Text != lastQuery)
|
||||
{
|
||||
StartProgress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user