mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +03:00
restore deprecated lab preference
This commit is contained in:
parent
3f0122be01
commit
a047bcbabe
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
android:key="SETTINGS_LABS_UNREAD_NOTIFICATIONS_AS_TAB"
|
||||
android:title="@string/labs_show_unread_notifications_as_tab" />
|
||||
|
||||
<im.vector.app.core.preference.VectorSwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="SETTINGS_LABS_USE_RESTRICTED_JOIN_RULE"
|
||||
android:summary="@string/labs_use_restricted_join_rule_desc"
|
||||
android:title="@string/labs_use_restricted_join_rule" />
|
||||
|
||||
<im.vector.app.core.preference.VectorSwitchPreference
|
||||
android:defaultValue="false"
|
||||
|
|
Loading…
Reference in a new issue