Remove cookie bar setting from UserSettings
This commit is contained in:
parent
ac1cd384e7
commit
aa4bbbc3db
2 changed files with 0 additions and 2 deletions
|
@ -210,7 +210,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…
Add table
Add a link
Reference in a new issue