mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-29 13:37:43 +00:00
Updated query delay in launcher (#3113)
This commit is contained in:
parent
99e8a393b6
commit
d31a8c203f
@ -414,7 +414,7 @@ namespace PowerLauncher
|
|||||||
SearchBox.AutoCompleteTextBlock.Text = ListView_FirstItem(_viewModel.QueryText);
|
SearchBox.AutoCompleteTextBlock.Text = ListView_FirstItem(_viewModel.QueryText);
|
||||||
}
|
}
|
||||||
|
|
||||||
private const int millisecondsToWait = 200;
|
private const int millisecondsToWait = 100;
|
||||||
private static DateTime s_lastTimeOfTyping;
|
private static DateTime s_lastTimeOfTyping;
|
||||||
|
|
||||||
private string ListView_FirstItem(String input)
|
private string ListView_FirstItem(String input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user