summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_interface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/pref_interface.xml')
-rw-r--r--app/src/main/res/xml/pref_interface.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/pref_interface.xml b/app/src/main/res/xml/pref_interface.xml
index 440723cb9..ab4db2be0 100644
--- a/app/src/main/res/xml/pref_interface.xml
+++ b/app/src/main/res/xml/pref_interface.xml
@@ -31,6 +31,14 @@
<SwitchPreferenceCompat
app:defaultValue="false"
app:iconSpaceReserved="false"
+ app:key="@string/SET_CONVERSATION_REMOTELY"
+ app:singleLineTitle="false"
+ app:summary="@string/set_remote_conversation"
+ app:title="@string/set_remote_conversation_title" />
+
+ <SwitchPreferenceCompat
+ app:defaultValue="false"
+ app:iconSpaceReserved="false"
app:key="@string/SET_PROFILE_REMOTELY"
app:singleLineTitle="false"
app:summary="@string/set_remote_profile"