mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add todo
This commit is contained in:
parent
9ac6d584cd
commit
2ea7ab2709
1 changed files with 1 additions and 0 deletions
|
|
@ -1138,6 +1138,7 @@ namespace Flow.Launcher
|
|||
conversion => (sender, eventArg) => conversion(sender, eventArg),
|
||||
add => QueryTextBox.TextChanged += add,
|
||||
remove => QueryTextBox.TextChanged -= remove)
|
||||
// TODO: Remove debug codes.
|
||||
.Throttle(TimeSpan.FromMilliseconds(_settings.SearchDelay * 10))
|
||||
.Do(@event => Dispatcher.Invoke(() => PerformSearchQuery(true, (TextBox)@event.Sender)))
|
||||
.Subscribe();
|
||||
|
|
|
|||
Loading…
Reference in a new issue