mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
AudioService: properly filter outputs with no inputs
AudioCard & OSD: use said detection
This commit is contained in:
@@ -511,6 +511,9 @@ Variants {
|
||||
if (!inputAudioInitialized) {
|
||||
return
|
||||
}
|
||||
if (!AudioService.hasInput) {
|
||||
return
|
||||
}
|
||||
showOSD("inputVolume")
|
||||
}
|
||||
|
||||
@@ -518,6 +521,9 @@ Variants {
|
||||
if (!inputAudioInitialized) {
|
||||
return
|
||||
}
|
||||
if (!AudioService.hasInput) {
|
||||
return
|
||||
}
|
||||
showOSD("inputVolume")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user