Remove cookie bar setting from UserSettings

pull/21833/head
Luke Barnard 2018-05-15 15:38:47 +01:00
parent 272ba5b004
commit 0c22343bb8
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -220,7 +220,6 @@ export const SETTINGS = {
},
"showCookieBar": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
displayName: _td('Show cookie bar'),
default: true,
},
"autocompleteDelay": {