mirror of https://github.com/vector-im/riot-web
Merge pull request #2355 from matrix-org/travis/dharma-theme
Force use of dharma themepull/21833/head
commit
ffec533c17
|
@ -195,8 +195,8 @@ export const SETTINGS = {
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: ['config'],
|
||||||
default: "light",
|
default: "dharma",
|
||||||
},
|
},
|
||||||
"webRtcForceTURN": {
|
"webRtcForceTURN": {
|
||||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||||
|
|
Loading…
Reference in New Issue