setting added to User Settings -> Preferences -> Timeline as an opt out for users with german translation

This commit is contained in:
nurjinn jafar 2020-08-18 09:56:38 +02:00
parent d076d6351f
commit 4394a20f87
4 changed files with 9 additions and 1 deletions

View file

@ -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,
},
};