aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
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