mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 02:53:56 +00:00
feat: reply notifications
This commit is contained in:
@@ -33,6 +33,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||
MangaSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
||||
MangaSearchHistory(Pref(Location.General, Set::class, setOf<String>())),
|
||||
NovelSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
||||
NotificationInterval(Pref(Location.General, Int::class, 0)),
|
||||
|
||||
//User Interface
|
||||
UseOLED(Pref(Location.UI, Boolean::class, false)),
|
||||
|
||||
Reference in New Issue
Block a user