Remove cookie bar setting from UserSettings
parent
272ba5b004
commit
0c22343bb8
|
@ -211,7 +211,6 @@
|
||||||
"Disable Community Filter Panel": "Disable Community Filter Panel",
|
"Disable Community Filter Panel": "Disable Community Filter Panel",
|
||||||
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
||||||
"Send analytics data": "Send analytics data",
|
"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 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",
|
"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",
|
"Enable inline URL previews by default": "Enable inline URL previews by default",
|
||||||
|
|
|
@ -220,7 +220,6 @@ export const SETTINGS = {
|
||||||
},
|
},
|
||||||
"showCookieBar": {
|
"showCookieBar": {
|
||||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||||
displayName: _td('Show cookie bar'),
|
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
"autocompleteDelay": {
|
"autocompleteDelay": {
|
||||||
|
|
Loading…
Reference in New Issue