mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[ui] fix -> not hiding the console when a new search is done
This commit is contained in:
@@ -1263,6 +1263,7 @@ class ManageWindow(QWidget):
|
||||
def search(self):
|
||||
word = self.inp_search.text().strip()
|
||||
if word:
|
||||
self._handle_console(False)
|
||||
self._begin_search(word, action_id=ACTION_SEARCH)
|
||||
self.comp_manager.set_components_visible(False)
|
||||
self.thread_search.word = word
|
||||
|
||||
Reference in New Issue
Block a user