[ui] fix -> not hiding the console when a new search is done

This commit is contained in:
Vinicius Moreira
2020-09-11 16:38:14 -03:00
parent e09e47316a
commit 935f731b73

View File

@@ -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