This commit is contained in:
end-4
2024-05-14 22:03:04 +07:00
parent 5ec977c882
commit 3f048dc95d
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({