mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[view] fix: displaying initial warnings related to supported technologies even when they are not enabled or have the required dependencies
This commit is contained in:
@@ -461,7 +461,7 @@ class GenericSoftwareManager(SoftwareManager):
|
||||
|
||||
if self.managers:
|
||||
for man in self.managers:
|
||||
if man.is_enabled():
|
||||
if self._can_work(man):
|
||||
man_warnings = man.list_warnings(internet_available=int_available)
|
||||
|
||||
if man_warnings:
|
||||
|
||||
Reference in New Issue
Block a user