mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-11-01 22:22:33 +01:00
[feature] add boolean to show channel name
This commit is contained in:
@@ -51,6 +51,7 @@ export default function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Viewer
|
||||
showChannelName={true}
|
||||
clients={
|
||||
clients.map((client) => {
|
||||
if (client.channel?.id === currentChannel?.id) {
|
||||
|
||||
Reference in New Issue
Block a user