Option to exclude NSFW content from history

This commit is contained in:
Koitharu
2021-11-20 16:49:30 +02:00
parent f22963b315
commit 527a3cbd09
6 changed files with 16 additions and 1 deletions

View File

@@ -243,4 +243,5 @@
<string name="state_ongoing">Онгоинг</string>
<string name="date_format">Формат даты</string>
<string name="system_default">По умолчанию</string>
<string name="exclude_nsfw_from_history">Исключить NSFW мангу из истории</string>
</resources>

View File

@@ -244,4 +244,5 @@
<string name="state_ongoing">Ongoing</string>
<string name="date_format">Date format</string>
<string name="system_default">Default</string>
<string name="exclude_nsfw_from_history">Exclude NSFW manga from history</string>
</resources>

View File

@@ -15,6 +15,11 @@
android:title="@string/clear_updates_feed"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:key="history_exclude_nsfw"
android:title="@string/exclude_nsfw_from_history"
app:iconSpaceReserved="false" />
<PreferenceCategory
android:title="@string/cache"
app:iconSpaceReserved="false">