From ae42c4df164da5b467a946e47287e932dc649092 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 6 Jan 2016 21:18:36 +0000 Subject: [PATCH] Fix accident bug --- Wox/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index 466ef5d705..5ff2dd37a0 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -831,7 +831,6 @@ namespace Wox private void UpdateResultView(List list, PluginMetadata metadata, Query originQuery) { - Thread.Sleep(3000); _queryHasReturn = true; progressBar.Dispatcher.Invoke(new Action(StopProgress));