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.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/multimedia/video/recorder/AudioInputSelect.qml b/examples/multimedia/video/recorder/AudioInputSelect.qml
index f0def4f91..bb79f2793 100644
--- a/examples/multimedia/video/recorder/AudioInputSelect.qml
+++ b/examples/multimedia/video/recorder/AudioInputSelect.qml
@@ -62,7 +62,11 @@ Row {
AudioInput { id: audioInput; muted: false }
- Switch { id: audioSwitch; height: Style.height; }
+ Switch {
+ id: audioSwitch;
+ height: Style.height;
+ checked: true
+ }
ComboBox {
id: comboBox