fix: some markdown fixes
This commit is contained in:
parent
6eb654bf51
commit
b09f26ed34
13 changed files with 194 additions and 27 deletions
|
@ -191,6 +191,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
|||
SubscriptionNotificationStore(Pref(Location.Irrelevant, List::class, listOf<SubscriptionStore>())),
|
||||
UnreadCommentNotifications(Pref(Location.Irrelevant, Int::class, 0)),
|
||||
DownloadsDir(Pref(Location.Irrelevant, String::class, "")),
|
||||
OC(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
RefreshStatus(Pref(Location.Irrelevant, Boolean::class, false)),
|
||||
|
||||
//Protected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue