mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
add hook for transaction_dialog
This commit is contained in:
parent
46e431cd62
commit
be75c9e012
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,7 @@ class TxDialog(QDialog):
|
|||
|
||||
vbox.addStretch(1)
|
||||
|
||||
buttons = QHBoxLayout()
|
||||
self.buttons = buttons = QHBoxLayout()
|
||||
vbox.addLayout( buttons )
|
||||
|
||||
buttons.addStretch(1)
|
||||
|
@ -101,6 +101,8 @@ class TxDialog(QDialog):
|
|||
buttons.insertWidget(1,b)
|
||||
self.update()
|
||||
|
||||
run_hook('transaction_dialog', self)
|
||||
|
||||
|
||||
def show_qr(self):
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue