mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix typo
This commit is contained in:
parent
1cb6c08a13
commit
30519e7024
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from util import ButtonsTextEdit
|
|||
class ShowQRTextEdit(ButtonsTextEdit):
|
||||
|
||||
def __init__(self, text=None):
|
||||
ButtonsTextEdit__init__(self, text)
|
||||
ButtonsTextEdit.__init__(self, text)
|
||||
self.setReadOnly(1)
|
||||
self.addButton(":icons/qrcode.png", self.qr_show, _("Show as QR code"))
|
||||
run_hook('show_text_edit', self)
|
||||
|
|
Loading…
Add table
Reference in a new issue