Change pref key for ProxyType

This commit is contained in:
Koitharu
2024-09-06 07:45:27 +03:00
parent e2993d47b6
commit 73cea59691
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
android:defaultValue="DIRECT"
android:entries="@array/proxy_types"
android:entryValues="@array/values_proxy_types"
android:key="proxy_type"
android:key="proxy_type_2"
android:title="@string/type"
app:useSimpleSummaryProvider="true" />