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