Add show developer tools option

This commit is contained in:
Will Hunt 2018-10-24 18:15:25 +01:00
parent 3c045f3f65
commit a5ae599dcb

View File

@ -290,4 +290,9 @@ export const SETTINGS = {
displayName: _td('Show empty room list headings'), displayName: _td('Show empty room list headings'),
default: true, default: true,
}, },
"showDeveloperTools": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Show developer tools'),
default: false,
},
}; };