feat: manual repository entries
Closes Dantotsu#298
This commit is contained in:
parent
ba1725224a
commit
ff3131d988
12 changed files with 369 additions and 109 deletions
|
@ -29,6 +29,9 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
"Mozilla/5.0 (Linux; Android 13; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36"
|
||||
)
|
||||
),
|
||||
AnimeExtensionRepos(Pref(Location.General, Set::class, setOf<String>())),
|
||||
MangaExtensionRepos(Pref(Location.General, Set::class, setOf<String>())),
|
||||
SharedRepositories(Pref(Location.General, Boolean::class, false)),
|
||||
AnimeSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
||||
AnimeSearchHistory(Pref(Location.General, Set::class, setOf<String>())),
|
||||
MangaSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue