fix #2562: show error message if hardware library is missing
This commit is contained in:
@@ -41,7 +41,7 @@ class HW_PluginBase(BasePlugin):
|
||||
self.keystore_class.plugin = self
|
||||
|
||||
def is_enabled(self):
|
||||
return self.libraries_available
|
||||
return True
|
||||
|
||||
def device_manager(self):
|
||||
return self.parent.device_manager
|
||||
|
||||
Reference in New Issue
Block a user