Added option to prevent updating sources and tags. (#332)

* Added option to prevent updating sources and tags.

* Delete removed sources and tags from database.
This commit is contained in:
2021-03-06 13:03:45 +01:00
committed by GitHub
parent e6b5ea4e67
commit e62e04e13b
3 changed files with 14 additions and 2 deletions
+6
View File
@@ -34,4 +34,10 @@
android:key="notify_new_items"
android:dependency="periodic_refresh"
android:title="@string/pref_switch_notify_new_items" />
<SwitchPreference
android:defaultValue="true"
android:key="update_sources"
android:summary="@string/pref_switch_update_sources_summary"
android:title="@string/pref_switch_update_sources" />
</PreferenceScreen>