aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-26 20:05:28 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-26 20:05:28 +0200
commit576436d32ca3a10c1b093c1c5441d4e656bce880 (patch)
tree3c354659ab0aea7b538e8f3f85e7fa1d29113bf0 /src/main/res/xml
parent226394510fd639eb870d3971aa88a401ae040f74 (diff)
show extended connection settings in expert settings for open version
Diffstat (limited to 'src/main/res/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 26d54627f..4e8fcb412 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -282,6 +282,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