[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix: missing property: avatar-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Jul 2, 2020
1 parent cfa8f01 commit 7931f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class ResourcesLoader : StartupActivity {
}

data class Manifest(val name: String, @JsonProperty("display-name") val displayName: String,
val avatar: String, @JsonProperty("avatar-dark") val avatarDark: String,
val avatar: String, @JsonProperty("avatar-dark") val avatarDark: String?,
val version: String, val description: String, val languages: List<String>,
val author: String, val gender: String, val locale: String = "zh", val contributes: List<Contribute>?)

Expand Down

0 comments on commit 7931f97

Please sign in to comment.