1
0

Merge pull request #875 from YaChen-PaiJu-Waheeb-Azhar-Zakariyah/master

plugin added for plotting history transactions
This commit is contained in:
ThomasV
2014-10-31 15:07:00 +01:00
3 changed files with 165 additions and 0 deletions

View File

@@ -2388,6 +2388,10 @@ class ElectrumWindow(QMainWindow):
h, b = ok_cancel_buttons2(d, _('Export'))
vbox.addLayout(h)
run_hook('export_history_dialog', self,hbox)
self.update()
if not d.exec_():
return