mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
Added link to zbar download page
This commit is contained in:
parent
f3a1a57a78
commit
a8a267a7dc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from electrum_gui import BasePlugin
|
|||
class Plugin(BasePlugin):
|
||||
|
||||
def __init__(self, gui):
|
||||
BasePlugin.__init__(self, gui, 'qrscans', 'QR scans', "QR Scans.\nInstall the zbar package to enable this plugin")
|
||||
BasePlugin.__init__(self, gui, 'qrscans', 'QR scans', "QR Scans.\nInstall the zbar package (http://zbar.sourceforge.net/download.html) to enable this plugin")
|
||||
self._is_available = self._init()
|
||||
|
||||
def _init(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue