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: {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user