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:
TwistedUmbrellaX 2024-04-05 17:50:40 -04:00 committed by GitHub
parent 72c69e7c79
commit f6c7b09d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 149 additions and 321 deletions

View file

@ -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>())),