mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Add feature specific configurations
This commit is contained in:
parent
58cc3931b9
commit
a2e2cdc2f3
11
vector-config/src/main/res/values/config-features.xml
Executable file
11
vector-config/src/main/res/values/config-features.xml
Executable file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- This file contains values to show or hide some features, that are not available from
|
||||
settings & labs. Values here are mainly modified by developers and are not exposed
|
||||
to the users.
|
||||
-->
|
||||
|
||||
<bool name="feature_threads_beta_feedback_enabled">false</bool>
|
||||
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user