This commit is contained in:
end-4
2024-05-14 22:03:04 +07:00
parent 1f0abd58fb
commit 700f1070ca
2 changed files with 8 additions and 9 deletions
@@ -102,7 +102,7 @@ const AudioDevices = (input = false) => {
maxWidthChars: 10,
label: `${input ? '[In]' : '[Out]'}`,
setup: (self) => self.hook(Audio, (self) => {
self.label = `${input ? '[In]' : '[Out]'} ${input ? Audio.microphone.description : Audio.speaker.description}`;
self.label = `${input ? '[In]' : '[Out]'} ${input ? Audio.microphone.description : Audio.speaker.description}`;
})
}),
Label({