1
0

persist history and addresses toolbars (qt)

This commit is contained in:
SomberNight
2018-03-01 16:33:06 +01:00
parent f6e627798a
commit b963dc1d0d
4 changed files with 34 additions and 10 deletions

View File

@@ -58,6 +58,9 @@ class AddressList(MyTreeWidget):
self.show_used = 0
self.update()
def save_toolbar_state(self, state, config):
config.set_key('show_toolbar_addresses', state)
def refresh_headers(self):
headers = [_('Type'), _('Address'), _('Label'), _('Balance')]
fx = self.parent.fx