'Prune by Default' -> 'Prune All Threads'
This commit is contained in:
parent
f1ef279050
commit
34d47e8f80
@ -12,7 +12,7 @@ ReplyPruning =
|
||||
@inputs.enabled.checked = !@inputs.enabled.checked
|
||||
$.event 'change', null, @inputs.enabled
|
||||
|
||||
label = UI.checkbox 'Prune Replies', 'Show Last', Conf['Prune by Default']
|
||||
label = UI.checkbox 'Prune Replies', 'Show Last', Conf['Prune All Threads']
|
||||
el = $.el 'span',
|
||||
title: 'Maximum number of replies to show.'
|
||||
,
|
||||
|
||||
@ -40,7 +40,7 @@ QuoteThreading =
|
||||
|
||||
setEnabled: ->
|
||||
if @checked
|
||||
$.set 'Prune by Default', false
|
||||
$.set 'Prune All Threads', false
|
||||
other = ReplyPruning.inputs?.enabled
|
||||
if other?.checked
|
||||
other.checked = false
|
||||
|
||||
@ -409,7 +409,7 @@ Config =
|
||||
true
|
||||
'Add option in header menu to hide old replies in long threads. Activated by default in stickies.'
|
||||
]
|
||||
'Prune by Default': [
|
||||
'Prune All Threads': [
|
||||
false
|
||||
'Activate Reply Pruning by default in all threads.'
|
||||
1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user