remove less-used preferences
This commit is contained in:
parent
2214c47c0c
commit
54b53dbe56
3 changed files with 8 additions and 18 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue