[feature] add boolean to show channel name

This commit is contained in:
Janis
2023-06-25 21:49:37 +02:00
parent cf7d0301d2
commit 4ef9d0c3b2
2 changed files with 4 additions and 1 deletions

View File

@@ -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) {