Skip to content

Commit

Permalink
Merge pull request #186 from RobinRMC/master
Browse files Browse the repository at this point in the history
Add competing status
  • Loading branch information
SebOuellette authored Jun 29, 2022
2 parents 992d783 + 396b582 commit c72978f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion json/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"Streaming",
"Playing",
"Listening",
"Watching"
"Watching",
"Competing"
],
"default": 0,
"special": [
Expand Down Expand Up @@ -82,6 +83,16 @@
"class": "activityInput"
}
]
},
{
"id": 5,
"needs": [
{
"type": "shortinput",
"placeholder": "Name of the competition / game / activity",
"class": "activityInput"
}
]
}
]
},
Expand Down

0 comments on commit c72978f

Please sign in to comment.