Fix override behaviour of system vs defined themes

Fixes https://github.com/vector-im/riot-web/issues/11509
This commit is contained in:
Travis Ralston 2019-11-26 09:52:03 -07:00
parent 46846fcfd0
commit 4cec7c41b1
3 changed files with 22 additions and 5 deletions

View file

@ -284,7 +284,7 @@ export const SETTINGS = {
"use_system_theme": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
default: true,
displayName: _td("Match system dark mode setting"),
displayName: _td("Match system theme"),
},
"webRtcAllowPeerToPeer": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,