remove less-used preferences

This commit is contained in:
rebelonion 2024-02-02 16:48:46 -06:00
parent 2214c47c0c
commit 54b53dbe56
3 changed files with 8 additions and 18 deletions

View file

@ -11,8 +11,6 @@ data class Pref(
enum class Location(val location: String, val exportable: Boolean) {
General("ani.dantotsu.general", true),
UI("ani.dantotsu.ui", true),
Anime("ani.dantotsu.anime", true),
Manga("ani.dantotsu.manga", true),
Player("ani.dantotsu.player", true),
Reader("ani.dantotsu.reader", true),
NovelReader("ani.dantotsu.novelReader", true),