mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 03:21:03 +00:00
feat: manual repository entries
Closes Dantotsu#298
This commit is contained in:
@@ -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>())),
|
||||
|
||||
Reference in New Issue
Block a user