mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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 dropdownShown = Variable(false);
|
||||
const DeviceStream = (stream) => Button({
|
||||
tooltipText: stream.description,
|
||||
child: Box({
|
||||
className: 'txt spacing-h-10',
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user