mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 10:05:30 +00:00
AudioCard: fix input volume connection
This commit is contained in:
@@ -38,7 +38,11 @@ NBox {
|
||||
localOutputVolume = AudioService.volume
|
||||
}
|
||||
}
|
||||
function onInputVolumeChanged() {
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: AudioService.source?.audio ? AudioService.source?.audio : null
|
||||
function onVolumeChanged() {
|
||||
if (!localInputVolumeChanging) {
|
||||
localInputVolume = AudioService.inputVolume
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user