Skip to content

Commit

Permalink
Updated query delay in launcher (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrivastavv committed May 18, 2020
1 parent 99e8a39 commit d31a8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/launcher/PowerLauncher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private void SuggestionsList_SelectionChanged(object sender, Windows.UI.Xaml.Con
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)
Expand Down

0 comments on commit d31a8c2

Please sign in to comment.