mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix
This commit is contained in:
parent
e98964a01e
commit
fc4b5c9e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ namespace Flow.Launcher
|
|||
conversion => (sender, eventArg) => conversion(sender, eventArg),
|
||||
add => QueryTextBox.TextChanged += add,
|
||||
remove => QueryTextBox.TextChanged -= remove)
|
||||
.Throttle(TimeSpan.FromMilliseconds(_settings.SearchInputDelay * 10))
|
||||
.Throttle(TimeSpan.FromMilliseconds(_settings.SearchInputDelay))
|
||||
.Do(@event => Dispatcher.Invoke(() => PerformSearchQuery((TextBox)@event.Sender)))
|
||||
.Subscribe();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue