mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-02 16:19:10 +00:00
Remove unused code
This commit is contained in:
committed by
Tim Gromeyer
parent
2bb2b0e697
commit
f75419748b
@@ -75,17 +75,6 @@ ApplicationWindow {
|
||||
visible: airPodsTrayApp.airpodsConnected
|
||||
}
|
||||
|
||||
Text {
|
||||
text: "Ear Detection Status: " + airPodsTrayApp.earDetectionStatus
|
||||
color: "#ffffff"
|
||||
}
|
||||
|
||||
Switch {
|
||||
text: "Conversational Awareness"
|
||||
checked: airPodsTrayApp.conversationalAwareness
|
||||
onCheckedChanged: airPodsTrayApp.conversationalAwareness = checked
|
||||
}
|
||||
|
||||
Slider {
|
||||
visible: airPodsTrayApp.adaptiveModeActive
|
||||
from: 0
|
||||
@@ -104,11 +93,16 @@ ApplicationWindow {
|
||||
|
||||
Label {
|
||||
text: "Adaptive Noise Level: " + parent.value
|
||||
color: "#ffffff"
|
||||
anchors.top: parent.bottom
|
||||
}
|
||||
}
|
||||
|
||||
Switch {
|
||||
text: "Conversational Awareness"
|
||||
checked: airPodsTrayApp.conversationalAwareness
|
||||
onCheckedChanged: airPodsTrayApp.conversationalAwareness = checked
|
||||
}
|
||||
|
||||
Row {
|
||||
spacing: 10
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ Column {
|
||||
BatteryIndicator {
|
||||
batteryLevel: parent.batteryLevel
|
||||
isCharging: parent.isCharging
|
||||
darkMode: true
|
||||
indicator: parent.indicator
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user