'Prune by Default' -> 'Prune All Threads'

This commit is contained in:
ccd0 2016-11-07 18:25:19 -08:00
parent f1ef279050
commit 34d47e8f80
3 changed files with 3 additions and 3 deletions

View File

@ -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.'
, ,

View File

@ -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

View File

@ -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