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

@@ -125,6 +125,9 @@ class HistoryList(MyTreeWidget, AcceptFileDragDrop):
self.end_timestamp = None
self.update()
def save_toolbar_state(self, state, config):
config.set_key('show_toolbar_history', state)
def select_start_date(self):
self.start_timestamp = self.select_date(self.start_button)
self.update()