mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
Fix accident bug
This commit is contained in:
parent
252ff9d3c5
commit
ae42c4df16
@ -831,7 +831,6 @@ namespace Wox
|
||||
|
||||
private void UpdateResultView(List<Result> list, PluginMetadata metadata, Query originQuery)
|
||||
{
|
||||
Thread.Sleep(3000);
|
||||
_queryHasReturn = true;
|
||||
progressBar.Dispatcher.Invoke(new Action(StopProgress));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user