mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Update main_window.py
This commit is contained in:
parent
374182e4bf
commit
2045043212
1 changed files with 4 additions and 0 deletions
|
@ -2382,6 +2382,10 @@ class ElectrumWindow(QMainWindow):
|
||||||
|
|
||||||
h, b = ok_cancel_buttons2(d, _('Export'))
|
h, b = ok_cancel_buttons2(d, _('Export'))
|
||||||
vbox.addLayout(h)
|
vbox.addLayout(h)
|
||||||
|
|
||||||
|
run_hook('export_history_dialog', self,hbox)
|
||||||
|
self.update()
|
||||||
|
|
||||||
if not d.exec_():
|
if not d.exec_():
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue