off by default until feature parity (actual 2.4.0)

This commit is contained in:
James Campos 2011-05-07 22:14:37 -07:00
parent a349bffa02
commit 4bb1b40126
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
'Post in Title': [true, 'Show the op\'s post in the tab title'], 'Post in Title': [true, 'Show the op\'s post in the tab title'],
'Quick Reply': [true, 'Reply without leaving the page'], 'Quick Reply': [true, 'Reply without leaving the page'],
'Quick Report': [true, 'Add quick report buttons'], 'Quick Report': [true, 'Add quick report buttons'],
'Quote Preview': [true, 'Show quote content on hover'], 'Quote Preview': [false, 'Show quote content on hover'],
'Reply Hiding': [true, 'Hide single replies'], 'Reply Hiding': [true, 'Hide single replies'],
'Sauce': [true, 'Add sauce to images'], 'Sauce': [true, 'Add sauce to images'],
'Show Stubs': [true, 'Of hidden threads / replies'], 'Show Stubs': [true, 'Of hidden threads / replies'],

View File

@ -28,7 +28,7 @@ config =
'Post in Title': [true, 'Show the op\'s post in the tab title'] 'Post in Title': [true, 'Show the op\'s post in the tab title']
'Quick Reply': [true, 'Reply without leaving the page'] 'Quick Reply': [true, 'Reply without leaving the page']
'Quick Report': [true, 'Add quick report buttons'] 'Quick Report': [true, 'Add quick report buttons']
'Quote Preview': [true, 'Show quote content on hover'] 'Quote Preview': [false, 'Show quote content on hover']
'Reply Hiding': [true, 'Hide single replies'] 'Reply Hiding': [true, 'Hide single replies']
'Sauce': [true, 'Add sauce to images'] 'Sauce': [true, 'Add sauce to images']
'Show Stubs': [true, 'Of hidden threads / replies'] 'Show Stubs': [true, 'Of hidden threads / replies']