streamelements tip support

This commit is contained in:
josephsmendoza
2023-08-25 12:36:12 -07:00
parent fd41eead59
commit fa4ce9608a
3 changed files with 44 additions and 2 deletions
+13
View File
@@ -55,6 +55,19 @@
<input type="text" name="charity-time" pattern="[\d.\d:]+" placeholder="HH:MM:SS" value="1" required>
</label>
<br>
<br>
<label>
StreamElements JWT Token:
<input type="text" name="streamelements-token">
</label>
<br>
<label>
<input type="checkbox" name="tip-time-enabled">
Time Per Tip Cent:
<input type="text" name="tip-time" pattern="[\d.\d:]+" placeholder="HH:MM:SS" value="1">
</label>
<br>
<br>
<button type="submit">Save</button>
<button type="reset">Defaults</button>
<a id="timer-link" href="index.html" target="_blank">Browser Source</a>