Skip to content

Commit 7821f32

Browse files
committed
Added Kick Rewards Switch
The integration was in the code however it was not on the setup page.
1 parent c5e1110 commit 7821f32

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,14 @@ <h2><img src="js/modules/kick/images/logo-kick.svg">Kick</h2>
582582
<label><i class="fa-solid fa-arrow-turn-up"></i> Gifted Bomb<br><small>When a user gifts subs massively.</small></label>
583583
<label class="switch"><input type="checkbox" name="showKickMassGiftedSubs" checked><span class="slider"></span></label>
584584
</div>
585-
<div class="config">
586-
<label><i class="fa-solid fa-arrow-turn-up"></i> Gifted Bomb Users Train<br><small>Shows all users that were gifted a sub on a Gifted Bomb.</small></label>
587-
<label class="switch"><input type="checkbox" name="showKickGiftedSubsUserTrain" checked><span class="slider"></span></label>
588-
</div>
585+
<div class="config">
586+
<label><i class="fa-solid fa-arrow-turn-up"></i> Gifted Bomb Users Train<br><small>Shows all users that were gifted a sub on a Gifted Bomb.</small></label>
587+
<label class="switch"><input type="checkbox" name="showKickGiftedSubsUserTrain" checked><span class="slider"></span></label>
588+
</div>
589+
<div class="config">
590+
<label>Channel Point Rewards</label>
591+
<label class="switch"><input type="checkbox" name="showKickRewardRedemptions" checked><span class="slider"></span></label>
592+
</div>
589593
<div class="config">
590594
<label>Host<br><small>It's like "raid" but on Kick.</small></label><label class="switch"><input type="checkbox" name="showKickRaids" checked><span class="slider"></span></label>
591595
</div>

0 commit comments

Comments
 (0)