Skip to content

Commit f754197

Browse files
committed
Remove unused code
1 parent 2bb2b0e commit f754197

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

linux/Main.qml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff 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

linux/PodColumn.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)