From bf9c510d7662922a38b0f180715a2e6c9e0ef2a6 Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Wed, 22 Apr 2026 15:27:10 +0200 Subject: [PATCH] feat: MSC3889/MSC4880 --- apps/production/custom-configs/element-values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/production/custom-configs/element-values.yaml b/apps/production/custom-configs/element-values.yaml index ede1444..eed6276 100644 --- a/apps/production/custom-configs/element-values.yaml +++ b/apps/production/custom-configs/element-values.yaml @@ -11,6 +11,10 @@ data: { "brand": "aXion1337.Chat", "default_theme": "aXion1337 Dark", + "show_labs_settings": true, + "features": { + "feature_qr_code_login": true + }, "setting_defaults": { "custom_themes": [ { @@ -24,4 +28,4 @@ data: } ] } - } \ No newline at end of file + }