mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 01:21:02 +00:00
Fix dark theme
This commit is contained in:
@@ -30,7 +30,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
UseMaterialYou(Pref(Location.UI, Boolean::class, false)),
|
||||
Theme(Pref(Location.UI, String::class, "PURPLE")),
|
||||
SkipExtensionIcons(Pref(Location.UI, Boolean::class, false)),
|
||||
DarkMode(Pref(Location.UI, Boolean::class, true)),
|
||||
DarkMode(Pref(Location.UI, Int::class, 0)),
|
||||
ShowYtButton(Pref(Location.UI, Boolean::class, true)),
|
||||
AnimeDefaultView(Pref(Location.UI, Int::class, 0)),
|
||||
MangaDefaultView(Pref(Location.UI, Int::class, 0)),
|
||||
|
||||
Reference in New Issue
Block a user