feat: discord status switcher (#211)
This commit is contained in:
parent
da22347267
commit
a5567ef909
8 changed files with 76 additions and 4 deletions
|
@ -144,6 +144,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
//Irrelevant
|
||||
Incognito(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
OfflineMode(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
DiscordStatus(Pref(Location.Irrelevant, String::class, "online")),
|
||||
DownloadsKeys(Pref(Location.Irrelevant, String::class, "")),
|
||||
NovelLastExtCheck(Pref(Location.Irrelevant, Long::class, 0L)),
|
||||
SomethingSpecial(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue