@@ -163,6 +163,13 @@ <h2><i class="fa-solid fa-wrench"></i> Setup</h2>
163163 </ label >
164164 </ div >
165165
166+ < div class ="config ">
167+ < label > Font Family< br > < small > Changes ChatRD's Font</ small > </ label >
168+ < label >
169+ < input type ="text " name ="chatFontFamily " value ="DM Sans ">
170+ </ label >
171+ </ div >
172+
166173 < div class ="config ">
167174 < label > Background Color< br > < small > Changes ChatRD's background color</ small > </ label >
168175 < label >
@@ -471,7 +478,11 @@ <h2><img src="js/modules/tiktok/images/logo-tiktok.svg">TikTok</h2>
471478 < label class ="switch "> < input type ="checkbox " name ="showTikTokShares "> < span class ="slider "> </ span > </ label >
472479 </ div >
473480 < div class ="config ">
474- < label > Gifts</ label > < label class ="switch "> < input type ="checkbox " name ="showTikTokGifts " checked > < span class ="slider "> </ span > </ label >
481+ < label > Gifts< br > < small > Shows TikTok Gifts, such as roses, galaxies, etc.</ small > </ label > < label class ="switch "> < input type ="checkbox " name ="showTikTokGifts " checked > < span class ="slider "> </ span > </ label >
482+ </ div >
483+ < div class ="config ">
484+ < label > < i class ="fa-solid fa-arrow-turn-up "> </ i > Small Gift Images< br > < small > Shrinks the size of the gift image to 28px.</ small > </ label >
485+ < label class ="switch "> < input type ="checkbox " name ="showSmallTikTokGifts "> < span class ="slider "> </ span > </ label >
475486 </ div >
476487 < div class ="config ">
477488 < label > Subscriptions</ label > < label class ="switch "> < input type ="checkbox " name ="showTikTokSubs " checked > < span class ="slider "> </ span > </ label >
@@ -535,6 +546,10 @@ <h2><img src="js/modules/kick/images/logo-kick.svg">Kick</h2>
535546 < label > Kicks Gift< br > < small > Shows Kicks Gift events.</ small > </ label >
536547 < label class ="switch "> < input type ="checkbox " name ="showKickKicks " checked > < span class ="slider "> </ span > </ label >
537548 </ div >
549+ < div class ="config ">
550+ < label > < i class ="fa-solid fa-arrow-turn-up "> </ i > Small Kicks Images< br > < small > Shrinks the size of the gift image to 28px.</ small > </ label >
551+ < label class ="switch "> < input type ="checkbox " name ="showSmallKicksGifts "> < span class ="slider "> </ span > </ label >
552+ </ div >
538553 < div class ="config ">
539554 < label > Subscriptions< br > < small > Shows Subscription events. < u > < strong > Disabling this disables all sub events</ strong > </ u > .</ small > </ label >
540555 < label class ="switch "> < input type ="checkbox " name ="showKickSubs " checked > < span class ="slider "> </ span > </ label >
@@ -892,6 +907,8 @@ <h3>Add YouTube Member Emote</h3>
892907 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/simple-notify.min.js "
> </ script > 893908 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/purify.min.js "
> </ script > 894909 < script src ="
https://cdn.jsdelivr.net/npm/@streamerbot/[email protected] /dist/streamerbot-client.min.js "
> </ script > 910+
911+
895912 < script src ="js/speakerbot.js "> </ script >
896913 < script src ="js/settings.js "> </ script >
897914</ body >
0 commit comments