mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
sidebar: show tooltip of full name for audio streams (#755)
This commit is contained in:
parent
a80c03b592
commit
b69f7cebe3
1 changed files with 1 additions and 0 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue