mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08:00
Remove cookie bar setting from UserSettings
This commit is contained in:
parent
272ba5b004
commit
0c22343bb8
@ -211,7 +211,6 @@
|
||||
"Disable Community Filter Panel": "Disable Community Filter Panel",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
||||
"Send analytics data": "Send analytics data",
|
||||
"Show cookie bar": "Show cookie bar",
|
||||
"Never send encrypted messages to unverified devices from this device": "Never send encrypted messages to unverified devices from this device",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "Never send encrypted messages to unverified devices in this room from this device",
|
||||
"Enable inline URL previews by default": "Enable inline URL previews by default",
|
||||
|
@ -220,7 +220,6 @@ export const SETTINGS = {
|
||||
},
|
||||
"showCookieBar": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
displayName: _td('Show cookie bar'),
|
||||
default: true,
|
||||
},
|
||||
"autocompleteDelay": {
|
||||
|
Loading…
Reference in New Issue
Block a user