From 50b98e2a4b7cf207d30b4d6e0240fa2eadd1ce04 Mon Sep 17 00:00:00 2001 From: hotdogman Date: Mon, 26 Jan 2015 22:35:07 -0600 Subject: [PATCH] Enable pinning of watched threads by default Pin/anchor watched threads to the top of the catalog by default. --- src/General/Config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 0153016a9..e925d9cc3 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -658,7 +658,7 @@ http://iqdb.org/?url=%TURL 'Index Sort': 'bump' 'Index Size': 'small' 'Show Replies': true - 'Pin Watched Threads': false + 'Pin Watched Threads': true 'Anchor Hidden Threads': true 'Refreshed Navigation': false