mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 07:24:15 +02:00
new read_installed and downgrade definitions
This commit is contained in:
@@ -539,8 +539,8 @@ class ManageWindow(QWidget):
|
||||
old_installed = self.pkgs_installed
|
||||
self.pkgs_installed = []
|
||||
|
||||
for app in new_pkgs:
|
||||
app_model = PackageView(model=app, visible=app.is_application() or not self.checkbox_only_apps.isChecked())
|
||||
for pkg in new_pkgs:
|
||||
app_model = PackageView(model=pkg, visible=pkg.is_application() or not self.checkbox_only_apps.isChecked())
|
||||
self._update_pkgs_info(app_model, pkgs_info)
|
||||
self.pkgs.append(app_model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user