Remove defunct "always show encryption icons" setting
It doesn't do anything in practice. Fixes https://github.com/vector-im/element-web/issues/8725
This commit is contained in:
@@ -275,11 +275,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
displayName: _td('Autoplay GIFs and videos'),
|
||||
default: false,
|
||||
},
|
||||
"alwaysShowEncryptionIcons": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Always show encryption icons'),
|
||||
default: true,
|
||||
},
|
||||
"showRoomRecoveryReminder": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Show a reminder to enable Secure Message Recovery in encrypted rooms'),
|
||||
|
||||
Reference in New Issue
Block a user