diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-06 20:18:27 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | 0582f19e7c2c6f916b427d5ecfbbb571178ce841 (patch) | |
| tree | a45f9f9a7845867b66c2c2acc74464028d1da6f8 /src/modules/config.js | |
| parent | 7e1e8ea42925dffbce1d75e463f38a2c051c764d (diff) | |
Add tree-style thread display
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 20979174..ec75dbfb 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -12,6 +12,7 @@ const browserLocale = (window.navigator.language || 'en').split('-')[0] export const multiChoiceProperties = [ 'postContentType', 'subjectLineBehavior', + 'conversationDisplay', // tree | linear 'mentionLinkDisplay' // short | full_for_remote | full ] @@ -81,7 +82,8 @@ export const defaultState = { hidePostStats: undefined, // instance default hideUserStats: undefined, // instance default virtualScrolling: undefined, // instance default - sensitiveByDefault: undefined // instance default + sensitiveByDefault: undefined, // instance default + conversationDisplay: undefined // instance default } // caching the instance default properties |
