From d31a8c203fe3f68809e96d6af1f64c1f53752d4c Mon Sep 17 00:00:00 2001 From: Divyansh Srivastava Date: Mon, 18 May 2020 11:00:53 -0700 Subject: [PATCH] Updated query delay in launcher (#3113) --- src/modules/launcher/PowerLauncher/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs index 7a0324fe0b..445f700ed3 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs @@ -414,7 +414,7 @@ namespace PowerLauncher SearchBox.AutoCompleteTextBlock.Text = ListView_FirstItem(_viewModel.QueryText); } - private const int millisecondsToWait = 200; + private const int millisecondsToWait = 100; private static DateTime s_lastTimeOfTyping; private string ListView_FirstItem(String input)