aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-27 19:18:22 +0000
committerKenny Root <kenny@the-b.org>2015-03-27 19:18:22 +0000
commit9220444f0aeea673bb164b02d9fecca210e8ade4 (patch)
tree7de5bea191887ed0a7d13424ff1788de0de19903 /app/src/main/res/xml
parentd05cbcb369f0d0f6be587789f7b5925a7f51553a (diff)
parent582524f7bfa91f575bb6536f90789f674138f2f5 (diff)
downloadconnectbot-9220444f0aeea673bb164b02d9fecca210e8ade4.tar.gz
connectbot-9220444f0aeea673bb164b02d9fecca210e8ade4.tar.bz2
connectbot-9220444f0aeea673bb164b02d9fecca210e8ade4.zip
Merge branch 'master' into gradle-conversion
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/host_prefs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/host_prefs.xml b/app/src/main/res/xml/host_prefs.xml
index fea90cb..a2fc1a4 100644
--- a/app/src/main/res/xml/host_prefs.xml
+++ b/app/src/main/res/xml/host_prefs.xml
@@ -85,6 +85,12 @@
android:summary="@string/hostpref_stayconnected_summary"
/>
+ <CheckBoxPreference
+ android:key="quickdisconnect"
+ android:title="@string/hostpref_quickdisconnect_title"
+ android:summary="@string/hostpref_quickdisconnect_summary"
+ />
+
<ListPreference
android:key="delkey"
android:title="@string/hostpref_delkey_title"