sidebar: show tooltip of full name for audio streams (#755)

This commit is contained in:
end-4 2024-08-21 10:23:33 +07:00
parent a80c03b592
commit b69f7cebe3

View file

@ -64,6 +64,7 @@ const AppVolume = (stream) => Box({
const AudioDevices = (input = false) => {
const dropdownShown = Variable(false);
const DeviceStream = (stream) => Button({
tooltipText: stream.description,
child: Box({
className: 'txt spacing-h-10',
children: [