diff options
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/xml/preferences.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6ef3c029..16dc5eb9 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -147,7 +147,9 @@ android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> </PreferenceCategory> - <PreferenceCategory android:title="@string/pref_connection_options"> + <PreferenceCategory + android:title="@string/pref_connection_options" + android:key="connection_options"> <CheckBoxPreference android:defaultValue="false" android:key="use_tor" |