From 475c7faffcb11c68eb03bc2a4c5dba88f43e3577 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 6 Nov 2016 21:05:23 -0800 Subject: [PATCH] Turn `Catalog Hover Expand` off by default for now. --- src/config/Config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.coffee b/src/config/Config.coffee index 3a38e5985..9eee3d6ee 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -737,7 +737,7 @@ Config = 'Previous Index Mode': 'paged' 'Index Size': 'small' 'Show Replies': [true, 'Show replies in the index, and also in the catalog if "Catalog hover expand" is checked.'] - 'Catalog Hover Expand': [true, 'Expand the comment and show more details when you hover over a thread in the catalog.'] + 'Catalog Hover Expand': [false, 'Expand the comment and show more details when you hover over a thread in the catalog.'] 'Pin Watched Threads': [false, 'Move watched threads to the start of the index.'] 'Anchor Hidden Threads': [true, 'Move hidden threads to the end of the index.'] 'Refreshed Navigation': [false, 'Refresh index when navigating through pages.']