setting added to User Settings -> Preferences -> Timeline as an opt out for users with german translation
This commit is contained in:
parent
d076d6351f
commit
4394a20f87
4 changed files with 9 additions and 1 deletions
|
@ -586,4 +586,9 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
displayName: _td("Enable experimental, compact IRC style layout"),
|
||||
default: false,
|
||||
},
|
||||
"dontShowChatEffects": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td("Don't show chat effects"),
|
||||
default: false,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue