diff options
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r-- | res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index f47439c8..904ea07e 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -49,5 +49,10 @@ android:title="Use Phones self contact picture" android:summary="You may no longer be able to distinguish which account you are using in a conversation" android:defaultValue="true"/> + <CheckBoxPreference + android:key="use_subject_in_muc" + android:title="Conference Name" + android:summary="Use room’s subject to identify Conferences" + android:defaultValue="true"/> </PreferenceCategory> </PreferenceScreen> |