mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
fix: cleaning name filter for every action
This commit is contained in:
@@ -544,7 +544,7 @@ class ManageWindow(QWidget):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def update_pkgs(self, new_pkgs: List[SoftwarePackage], as_installed: bool, types: Set[type] = None, ignore_updates: bool = False):
|
def update_pkgs(self, new_pkgs: List[SoftwarePackage], as_installed: bool, types: Set[type] = None, ignore_updates: bool = False):
|
||||||
|
self.input_name_filter.setText('')
|
||||||
pkgs_info = commons.new_pkgs_info()
|
pkgs_info = commons.new_pkgs_info()
|
||||||
filters = self._gen_filters(ignore_updates)
|
filters = self._gen_filters(ignore_updates)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user