mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 11:03:56 +00:00
fix: remove duplicate extension code (#322)
* fix: remove duplicate extension code * fix: allow Material You icons to load * fix: remove unused preference item * fix: load mono on square setups
This commit is contained in:
@@ -30,7 +30,6 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
),
|
||||
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