1
0

Keep filter after updating the list

This commit is contained in:
Johann Bauer
2017-02-16 17:10:02 +01:00
parent 20ed54c22b
commit ec6ab022e3
7 changed files with 17 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ from electrum.plugins import run_hook
class InvoiceList(MyTreeWidget):
filter_columns = [0, 1, 2, 3] # Date, Requestor, Description, Amount
def __init__(self, parent):
MyTreeWidget.__init__(self, parent, self.create_menu, [_('Expires'), _('Requestor'), _('Description'), _('Amount'), _('Status')], 2)