mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 09:24:16 +02:00
[window] fix: not refreshing all package type after uninstalling a recent installed package
This commit is contained in:
@@ -375,3 +375,6 @@ class GenericSoftwareManager(SoftwareManager):
|
||||
|
||||
if man:
|
||||
return man.get_screenshots(pkg)
|
||||
|
||||
def get_working_managers(self):
|
||||
return [m for m in self.managers if self._can_work(m)]
|
||||
|
||||
Reference in New Issue
Block a user