mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 00:34: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
|
- UI
|
||||||
- faster initialization dialog: improved the way it checks for finished tasks
|
- 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
|
- minor improvements
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -659,7 +659,7 @@ class InputFilter(QLineEdit):
|
|||||||
if self.typing.isActive():
|
if self.typing.isActive():
|
||||||
return
|
return
|
||||||
|
|
||||||
self.typing.start(2000)
|
self.typing.start(3000)
|
||||||
|
|
||||||
def get_text(self):
|
def get_text(self):
|
||||||
return self.last_text
|
return self.last_text
|
||||||
|
|||||||
Reference in New Issue
Block a user