mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 11:51:01 +00:00
feat: option to disable trending scroll (#288)
This commit is contained in:
@@ -68,6 +68,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
),
|
||||
BannerAnimations(Pref(Location.UI, Boolean::class, true)),
|
||||
LayoutAnimations(Pref(Location.UI, Boolean::class, true)),
|
||||
TrendingScroller(Pref(Location.UI, Boolean::class, true)),
|
||||
AnimationSpeed(Pref(Location.UI, Float::class, 1f)),
|
||||
ListGrid(Pref(Location.UI, Boolean::class, true)),
|
||||
PopularMangaList(Pref(Location.UI, Boolean::class, true)),
|
||||
|
||||
Reference in New Issue
Block a user