Add advanced option to always update manga title from source (#1182)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
FlaminSarge
2025-05-08 15:09:32 -07:00
committed by GitHub
parent 86ebf55815
commit 8b45ef0e5d
7 changed files with 99 additions and 5 deletions

View File

@ -189,6 +189,8 @@ class LibraryPreferences(
ChapterSwipeAction.ToggleRead,
)
fun updateMangaTitles() = preferenceStore.getBoolean("pref_update_library_manga_titles", false)
// endregion
enum class ChapterSwipeAction {