parent
56e557738c
commit
d1e2ca8b5e
9 changed files with 85 additions and 40 deletions
|
@ -46,6 +46,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
IncludeAnimeList(Pref(Location.General, Boolean::class, true)),
|
||||
IncludeMangaList(Pref(Location.General, Boolean::class, true)),
|
||||
AdultOnly(Pref(Location.General, Boolean::class, false)),
|
||||
CommentsEnabled(Pref(Location.General, Int::class, 0)),
|
||||
|
||||
//User Interface
|
||||
UseOLED(Pref(Location.UI, Boolean::class, false)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue