Skip to content

Commit

Permalink
make library grouping separate from each other
Browse files Browse the repository at this point in the history
Anime Library Grouping and Manga Library Grouping are individual now
  • Loading branch information
LuftVerbot committed Jul 29, 2023
1 parent 1a4fa37 commit da5040a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ class LibraryPreferences(

// SY -->

fun groupAnimeLibraryUpdateType() = preferenceStore.getEnum("group_library_update_type", AnimeGroupLibraryMode.GLOBAL)
fun groupAnimeLibraryUpdateType() = preferenceStore.getEnum("group_anime_library_update_type", AnimeGroupLibraryMode.GLOBAL)

fun groupMangaLibraryUpdateType() = preferenceStore.getEnum("group_library_update_type", MangaGroupLibraryMode.GLOBAL)

fun groupAnimeLibraryBy() = preferenceStore.getInt("group_library_by", AnimeLibraryGroup.BY_DEFAULT)
fun groupAnimeLibraryBy() = preferenceStore.getInt("group_anime_library_by", AnimeLibraryGroup.BY_DEFAULT)

fun groupMangaLibraryBy() = preferenceStore.getInt("group_library_by", MangaLibraryGroup.BY_DEFAULT)

Expand Down

0 comments on commit da5040a

Please sign in to comment.