forked from Shinonome/dots-hyprland
sidebar: show tooltip of full name for audio streams (#755)
This commit is contained in:
@@ -64,6 +64,7 @@ const AppVolume = (stream) => Box({
|
|||||||
const AudioDevices = (input = false) => {
|
const AudioDevices = (input = false) => {
|
||||||
const dropdownShown = Variable(false);
|
const dropdownShown = Variable(false);
|
||||||
const DeviceStream = (stream) => Button({
|
const DeviceStream = (stream) => Button({
|
||||||
|
tooltipText: stream.description,
|
||||||
child: Box({
|
child: Box({
|
||||||
className: 'txt spacing-h-10',
|
className: 'txt spacing-h-10',
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user