Skip to content

Commit

Permalink
Merge branch 'end-4:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyPy authored Aug 22, 2024
2 parents d02633a + b69f7ce commit cf79409
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit cf79409

Please sign in to comment.