File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -75,17 +75,6 @@ ApplicationWindow {
7575 visible: airPodsTrayApp .airpodsConnected
7676 }
7777
78- Text {
79- text: " Ear Detection Status: " + airPodsTrayApp .earDetectionStatus
80- color: " #ffffff"
81- }
82-
83- Switch {
84- text: " Conversational Awareness"
85- checked: airPodsTrayApp .conversationalAwareness
86- onCheckedChanged: airPodsTrayApp .conversationalAwareness = checked
87- }
88-
8978 Slider {
9079 visible: airPodsTrayApp .adaptiveModeActive
9180 from: 0
@@ -104,11 +93,16 @@ ApplicationWindow {
10493
10594 Label {
10695 text: " Adaptive Noise Level: " + parent .value
107- color: " #ffffff"
10896 anchors .top : parent .bottom
10997 }
11098 }
11199
100+ Switch {
101+ text: " Conversational Awareness"
102+ checked: airPodsTrayApp .conversationalAwareness
103+ onCheckedChanged: airPodsTrayApp .conversationalAwareness = checked
104+ }
105+
112106 Row {
113107 spacing: 10
114108
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Column {
2525 BatteryIndicator {
2626 batteryLevel: parent .batteryLevel
2727 isCharging: parent .isCharging
28- darkMode: true
2928 indicator: parent .indicator
3029 }
3130}
You can’t perform that action at this time.
0 commit comments