Fix override behaviour of system vs defined themes
Fixes https://github.com/vector-im/riot-web/issues/11509
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user