Skip to content

Commit d31a8c2

Browse files
authored
Updated query delay in launcher (#3113)
1 parent 99e8a39 commit d31a8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/launcher/PowerLauncher/MainWindow.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ private void SuggestionsList_SelectionChanged(object sender, Windows.UI.Xaml.Con
414414
SearchBox.AutoCompleteTextBlock.Text = ListView_FirstItem(_viewModel.QueryText);
415415
}
416416

417-
private const int millisecondsToWait = 200;
417+
private const int millisecondsToWait = 100;
418418
private static DateTime s_lastTimeOfTyping;
419419

420420
private string ListView_FirstItem(String input)

0 commit comments

Comments
 (0)