summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/AudioInputSelect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/video/recorder/AudioInputSelect.qml')
-rw-r--r--examples/multimedia/video/recorder/AudioInputSelect.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/video/recorder/AudioInputSelect.qml b/examples/multimedia/video/recorder/AudioInputSelect.qml
index bb79f2793..757eab98f 100644
--- a/examples/multimedia/video/recorder/AudioInputSelect.qml
+++ b/examples/multimedia/video/recorder/AudioInputSelect.qml
@@ -60,7 +60,7 @@ Row {
MediaDevices { id: mediaDevices }
- AudioInput { id: audioInput; muted: false }
+ AudioInput { id: audioInput; muted: !audioSwitch.checked }
Switch {
id: audioSwitch;