sideright: clearer audio source name

This commit is contained in:
end-4
2024-05-05 01:07:09 +07:00
parent 230e3a9635
commit 239e8deac2
@@ -31,7 +31,7 @@ const AppVolume = (stream) => Box({
label: stream.description,
className: 'txt-small',
setup: (self) => self.hook(stream, (self) => {
self.label = `${stream.description}`
self.label = `${stream.stream.name}${stream.description}`
})
}),
Slider({