Ability to check proxy connection

This commit is contained in:
Koitharu
2024-08-12 18:22:05 +03:00
parent 0015c5704a
commit 809e7d8701
4 changed files with 79 additions and 0 deletions

View File

@@ -670,4 +670,5 @@
<string name="chapters_left">Chapters left</string>
<string name="external_source">External/plugin</string>
<string name="plugin_incompatible">Incompatible plugin or internal error. Make sure you are using the latest version of the plugin and Kotatsu</string>
<string name="connection_ok">Connection is OK</string>
</resources>

View File

@@ -36,4 +36,10 @@
</PreferenceCategory>
<Preference
android:key="proxy_test"
android:persistent="false"
android:title="Test connection"
app:allowDividerAbove="true" />
</PreferenceScreen>