1
0

fix #2562: show error message if hardware library is missing

This commit is contained in:
ThomasV
2017-11-05 12:49:38 +01:00
parent c79655d26a
commit 46b8436693
3 changed files with 9 additions and 1 deletions

View File

@@ -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