mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[fix][ui] cleaning the search text after the installation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user