diff options
| author | scarlett <nia@netbsd.org> | 2018-09-04 00:48:14 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-09-04 00:48:14 +0100 |
| commit | 699ee0891ddb8d788cff77366ee8ac73eb4b02f9 (patch) | |
| tree | 6d72e5c32a29743e2f648645ae51117f6648f71d /static | |
| parent | bdcbd110e42a5deb46116f3ba631118143f71a69 (diff) | |
Changeable defaults for hideUserStats and hidePostStats
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 144fe951..a6eace0f 100644 --- a/static/config.json +++ b/static/config.json @@ -10,5 +10,7 @@ "showInstanceSpecificPanel": false, "scopeOptionsEnabled": false, "formattingOptionsEnabled": false, - "collapseMessageWithSubject": false + "collapseMessageWithSubject": false, + "hidePostStats": false, + "hideUserStats": false } |
