Merge pull request #2355 from matrix-org/travis/dharma-theme

Force use of dharma theme
pull/21833/head
Bruno Windels 2018-12-17 09:24:28 +00:00 committed by GitHub
commit ffec533c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ export const SETTINGS = {
default: false,
},
"theme": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: "light",
supportedLevels: ['config'],
default: "dharma",
},
"webRtcForceTURN": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,