'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
|
@inputs.enabled.checked = !@inputs.enabled.checked
|
||||||
$.event 'change', null, @inputs.enabled
|
$.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',
|
el = $.el 'span',
|
||||||
title: 'Maximum number of replies to show.'
|
title: 'Maximum number of replies to show.'
|
||||||
,
|
,
|
||||||
|
|||||||
@ -40,7 +40,7 @@ QuoteThreading =
|
|||||||
|
|
||||||
setEnabled: ->
|
setEnabled: ->
|
||||||
if @checked
|
if @checked
|
||||||
$.set 'Prune by Default', false
|
$.set 'Prune All Threads', false
|
||||||
other = ReplyPruning.inputs?.enabled
|
other = ReplyPruning.inputs?.enabled
|
||||||
if other?.checked
|
if other?.checked
|
||||||
other.checked = false
|
other.checked = false
|
||||||
|
|||||||
@ -409,7 +409,7 @@ Config =
|
|||||||
true
|
true
|
||||||
'Add option in header menu to hide old replies in long threads. Activated by default in stickies.'
|
'Add option in header menu to hide old replies in long threads. Activated by default in stickies.'
|
||||||
]
|
]
|
||||||
'Prune by Default': [
|
'Prune All Threads': [
|
||||||
false
|
false
|
||||||
'Activate Reply Pruning by default in all threads.'
|
'Activate Reply Pruning by default in all threads.'
|
||||||
1
|
1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user