diff options
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index e87b263..2774834 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -115,6 +115,12 @@ android:title="@string/pref_keyboard_category"> <org.connectbot.util.SwitchCompatPreference + android:key="alwaysvisible" + android:title="@string/pref_alwaysvisible_title" + android:defaultValue="false" + /> + + <org.connectbot.util.SwitchCompatPreference android:key="shiftfkeys" android:title="@string/pref_shiftfkeys_title" android:summary="@string/pref_shiftfkeys_summary" |