[fix][ui] cleaning the search text after the installation

This commit is contained in:
Vinicius Moreira
2020-06-15 16:44:38 -03:00
parent eb12b3e6f0
commit d8fa962276
2 changed files with 4 additions and 5 deletions

View File

@@ -1181,7 +1181,6 @@ class ManageWindow(QWidget):
self.thread_install.start()
def _finish_install(self, res: dict):
self.input_search.setText('')
self.finish_action()
console_output = self.textarea_output.toPlainText()