mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-25 15:41:03 +00:00
feat: Blur toggle
This commit is contained in:
@@ -47,6 +47,9 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
ShowYtButton(Pref(Location.UI, Boolean::class, true)),
|
||||
AnimeDefaultView(Pref(Location.UI, Int::class, 0)),
|
||||
MangaDefaultView(Pref(Location.UI, Int::class, 0)),
|
||||
BlurBanners(Pref(Location.UI, Boolean::class, true)),
|
||||
BlurRadius(Pref(Location.UI, Float::class, 2f)),
|
||||
BlurSampling(Pref(Location.UI, Float::class, 2f)),
|
||||
ImmersiveMode(Pref(Location.UI, Boolean::class, false)),
|
||||
SmallView(Pref(Location.UI, Boolean::class, true)),
|
||||
DefaultStartUpTab(Pref(Location.UI, Int::class, 1)),
|
||||
|
||||
Reference in New Issue
Block a user