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:
parent
3c7832b622
commit
41fa82c283
@ -143,7 +143,7 @@
|
||||
updater: {
|
||||
checkbox: {
|
||||
'Verbose': [true, 'Show countdown timer, new post count'],
|
||||
'Auto Update': [false, 'Automatically fetch new posts']
|
||||
'Auto Update': [true, 'Automatically fetch new posts']
|
||||
},
|
||||
'Interval': 30
|
||||
}
|
||||
|
||||
@ -77,8 +77,8 @@ config =
|
||||
update: 'u'
|
||||
updater:
|
||||
checkbox:
|
||||
'Verbose': [true, 'Show countdown timer, new post count']
|
||||
'Auto Update': [false, 'Automatically fetch new posts']
|
||||
'Verbose': [true, 'Show countdown timer, new post count']
|
||||
'Auto Update': [true, 'Automatically fetch new posts']
|
||||
'Interval': 30
|
||||
|
||||
# flatten the config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user