aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-01-31 16:55:36 +0100
committerChristian S <christian@pix-art.de>2016-01-31 16:55:36 +0100
commit8986a10bc416651828ce6734933a0ed82574f13f (patch)
treecebd8d57eccf8394f9bb1a81162814e5a7b4159d /src/main/res/xml/preferences.xml
parent0196442c37d5d172ba75986495977bf16f3095dc (diff)
parent19c2ca520c703576bfbf68626051fe5faab6362f (diff)
Merge branch 'siacs/master'
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 aac580a98..ca6af3f2a 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -175,6 +175,11 @@
android:key="use_tor"
android:summary="@string/pref_use_tor_summary"
android:title="@string/pref_use_tor"/>
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="show_connection_options"
+ android:summary="@string/pref_show_connection_options_summary"
+ android:title="@string/pref_show_connection_options"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_input_options">
<CheckBoxPreference