Save graph type/days/tab to config file

* Change input for graph days range
This commit is contained in:
Jonathan Wong 2015-12-13 11:35:33 -08:00
parent f9f65eae53
commit c6cc2b8831
4 changed files with 173 additions and 116 deletions

View file

@ -85,6 +85,9 @@ _CONFIG_DEFINITIONS = {
'GIT_BRANCH': (str, 'General', 'master'),
'GIT_PATH': (str, 'General', ''),
'GIT_USER': (str, 'General', 'drzoidberg33'),
'GRAPH_TYPE': (str, 'General', 'plays'),
'GRAPH_DAYS': (int, 'General', 30),
'GRAPH_TAB': (str, 'General', 'tabs-1'),
'GROUP_HISTORY_TABLES': (int, 'General', 0),
'GROWL_ENABLED': (int, 'Growl', 0),
'GROWL_HOST': (str, 'Growl', ''),