mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
comments panel off by default
This commit is contained in:
@@ -39,7 +39,7 @@ class Account(Thing):
|
||||
_int_prop_suffix = '_karma'
|
||||
_defaults = dict(pref_numsites = 25,
|
||||
pref_frame = False,
|
||||
pref_frame_commentspanel = True,
|
||||
pref_frame_commentspanel = False,
|
||||
pref_newwindow = False,
|
||||
pref_public_votes = False,
|
||||
pref_hide_ups = False,
|
||||
|
||||
Reference in New Issue
Block a user