mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Updated query delay in launcher (#3113)
This commit is contained in:
committed by
GitHub
parent
99e8a393b6
commit
d31a8c203f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user