enable auto-updating by default

new users keep on not noticing it. enabling it will show the countdown,
hopefully that will grab their attention.
This commit is contained in:
James Campos 2011-07-06 19:18:28 -07:00
parent 3c7832b622
commit 41fa82c283
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@
updater: { updater: {
checkbox: { checkbox: {
'Verbose': [true, 'Show countdown timer, new post count'], 'Verbose': [true, 'Show countdown timer, new post count'],
'Auto Update': [false, 'Automatically fetch new posts'] 'Auto Update': [true, 'Automatically fetch new posts']
}, },
'Interval': 30 'Interval': 30
} }

View File

@ -77,8 +77,8 @@ config =
update: 'u' update: 'u'
updater: updater:
checkbox: checkbox:
'Verbose': [true, 'Show countdown timer, new post count'] 'Verbose': [true, 'Show countdown timer, new post count']
'Auto Update': [false, 'Automatically fetch new posts'] 'Auto Update': [true, 'Automatically fetch new posts']
'Interval': 30 'Interval': 30
# flatten the config # flatten the config