feat(migration): add option to only show entries with new chapters (#1238)

This commit is contained in:
Tim Schneeberger
2024-08-12 00:30:19 +02:00
committed by GitHub
parent 155b03c176
commit f7202e67cc
5 changed files with 21 additions and 1 deletions
@@ -23,6 +23,8 @@ class UnsortedPreferences(
fun hideNotFoundMigration() = preferenceStore.getBoolean("hide_not_found_migration", false)
fun showOnlyUpdatesMigration() = preferenceStore.getBoolean("show_only_updates_migration", false)
fun isHentaiEnabled() = preferenceStore.getBoolean("eh_is_hentai_enabled", true)
fun enableExhentai() = preferenceStore.getBoolean(Preference.privateKey("enable_exhentai"), false)