feat: toggle for icon in rpc
This commit is contained in:
parent
c242d9dd99
commit
5e5277404e
7 changed files with 27 additions and 6 deletions
|
@ -166,6 +166,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
Incognito(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
OfflineMode(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
DiscordStatus(Pref(Location.Irrelevant, String::class, "online")),
|
||||
ShowIcon(Pref(Location.Irrelevant, Boolean::class, true)),
|
||||
DownloadsKeys(Pref(Location.Irrelevant, String::class, "")),
|
||||
NovelLastExtCheck(Pref(Location.Irrelevant, Long::class, 0L)),
|
||||
ImageUrl(Pref(Location.Irrelevant, String::class, "")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue