From bd84275ac241b10ad6af95ec9c503535e3598da2 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 15 Dec 2014 00:57:23 -0800 Subject: [PATCH] Defaults changes, move QR Shortcut to Posting section. --- src/General/Config.coffee | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 7afb8a434..01512cf68 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -17,10 +17,6 @@ Config = false 'Add toggle link in header menu to turn Navigation links into links to each board\'s catalog.' ] - 'QR Shortcut': [ - false, - 'Adds a small [QR] link in the header.' - ] 'Announcement Hiding': [ true 'Add button to hide 4chan announcements.' @@ -138,11 +134,11 @@ Config = 'Hide replies of hidden posts, recursively.' ] 'Thread Hiding Buttons': [ - false + true 'Add buttons to hide entire threads.' ] 'Reply Hiding Buttons': [ - false + true 'Add buttons to hide single replies.' ] 'Filtered Backlinks': [ @@ -333,6 +329,10 @@ Config = true 'The Quick reply won\'t disappear after posting.' ] + 'QR Shortcut': [ + true, + 'Adds a small [QR] link in the header.' + ] 'Auto Hide QR': [ true 'Automatically hide the quick reply when posting.'