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:
@@ -89,6 +89,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
- UI
|
||||
- faster initialization dialog: improved the way it checks for finished tasks
|
||||
- 'name' filter now holds for 3 seconds instead of 2 before being applied
|
||||
- minor improvements
|
||||
|
||||
### Fixes
|
||||
|
||||
@@ -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