Skip to content

Commit c72978f

Browse files
authored
Merge pull request #186 from RobinRMC/master
Add competing status
2 parents 992d783 + 396b582 commit c72978f

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

json/settings.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"Streaming",
3535
"Playing",
3636
"Listening",
37-
"Watching"
37+
"Watching",
38+
"Competing"
3839
],
3940
"default": 0,
4041
"special": [
@@ -82,6 +83,16 @@
8283
"class": "activityInput"
8384
}
8485
]
86+
},
87+
{
88+
"id": 5,
89+
"needs": [
90+
{
91+
"type": "shortinput",
92+
"placeholder": "Name of the competition / game / activity",
93+
"class": "activityInput"
94+
}
95+
]
8596
}
8697
]
8798
},

0 commit comments

Comments
 (0)