aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-06-20 22:30:21 +0200
committerChristian Schneppe <christian@pix-art.de>2019-06-20 22:30:21 +0200
commit81c0944245b84824f1ba76ce225225ea996f57c1 (patch)
tree2920b34f4be4c972d4b7f3e4aebe97d06b03471d /src/main/res/xml/preferences.xml
parent53f93ae996a8d7478132b1f655830cf065d91177 (diff)
show own account in chatlist/contacts/conferences if you are in multi account mode
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index f42210417..d8dd6c89e 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -81,6 +81,11 @@
android:key="prefer_xmpp_avatar"
android:summary="@string/pref_prefer_xmpp_avatar_summary"
android:title="@string/pref_prefer_xmpp_avatar" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/show_own_accounts"
+ android:key="show_own_accounts"
+ android:summary="@string/pref_show_own_accounts_summary"
+ android:title="@string/pref_show_own_accounts" />
</PreferenceScreen>
<!--Notifications-->
<PreferenceScreen