Fix override behaviour of system vs defined themes
Fixes https://github.com/vector-im/riot-web/issues/11509
This commit is contained in:
parent
46846fcfd0
commit
4cec7c41b1
3 changed files with 22 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue