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