Removed unnecessary "Enabled Kick Support" toggle

This commit is contained in:
nuttylmao
2025-07-24 08:44:37 +10:00
parent de9edc37d0
commit 7590507d67
6 changed files with 3 additions and 44 deletions
+1 -2
View File
@@ -70,7 +70,6 @@ const showTwitchRaids = GetBooleanParam("showTwitchRaids", true);
const twitchRaidAction = urlParams.get("twitchRaidAction") || "";
// Which Kick alerts do you want to see?
const enableKickSupport = GetBooleanParam("enableKickSupport", false);
const kickUsername = urlParams.get("kickUsername") || "";
const showKickSubs = GetBooleanParam("showKickSubs", true);
const kickSubAction = urlParams.get("kickSubAction") || "";
@@ -309,7 +308,7 @@ client.on('Fourthwall.GiftDrawEnded', (response) => {
// Connect and handle Pusher WebSocket
async function KickConnect() {
if (!enableKickSupport)
if (!kickUsername)
return;
// Channel to subscribe to (you'll need the correct channel name here)