mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[ui] improvement -> 'name' filter now holds for 3 seconds instead of 2 before being applied
This commit is contained in:
@@ -659,7 +659,7 @@ class InputFilter(QLineEdit):
|
||||
if self.typing.isActive():
|
||||
return
|
||||
|
||||
self.typing.start(2000)
|
||||
self.typing.start(3000)
|
||||
|
||||
def get_text(self):
|
||||
return self.last_text
|
||||
|
||||
Reference in New Issue
Block a user