[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

hide chat button

+11 -11
+11 -11
common/client.tsx
··· 73 73 showSettings.val = false; 74 74 }, 75 75 }, 76 - { 77 - label: "chat", 78 - onClick: () => { 79 - console.log("chat"); 80 - activeView.val = "chat"; 76 + // { 77 + // label: "chat", 78 + // onClick: () => { 79 + // console.log("chat"); 80 + // activeView.val = "chat"; 81 81 82 - showQueue.val = false; 83 - showSearch.val = false; 84 - showChat.val = true; 85 - showSettings.val = false; 86 - }, 87 - }, 82 + // showQueue.val = false; 83 + // showSearch.val = false; 84 + // showChat.val = true; 85 + // showSettings.val = false; 86 + // }, 87 + // }, 88 88 { 89 89 label: "settings", 90 90 onClick: () => {