mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 23:54:16 +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
|
visible: airPodsTrayApp.airpodsConnected
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
|
||||||
text: "Ear Detection Status: " + airPodsTrayApp.earDetectionStatus
|
|
||||||
color: "#ffffff"
|
|
||||||
}
|
|
||||||
|
|
||||||
Switch {
|
|
||||||
text: "Conversational Awareness"
|
|
||||||
checked: airPodsTrayApp.conversationalAwareness
|
|
||||||
onCheckedChanged: airPodsTrayApp.conversationalAwareness = checked
|
|
||||||
}
|
|
||||||
|
|
||||||
Slider {
|
Slider {
|
||||||
visible: airPodsTrayApp.adaptiveModeActive
|
visible: airPodsTrayApp.adaptiveModeActive
|
||||||
from: 0
|
from: 0
|
||||||
@@ -104,11 +93,16 @@ ApplicationWindow {
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: "Adaptive Noise Level: " + parent.value
|
text: "Adaptive Noise Level: " + parent.value
|
||||||
color: "#ffffff"
|
|
||||||
anchors.top: parent.bottom
|
anchors.top: parent.bottom
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Switch {
|
||||||
|
text: "Conversational Awareness"
|
||||||
|
checked: airPodsTrayApp.conversationalAwareness
|
||||||
|
onCheckedChanged: airPodsTrayApp.conversationalAwareness = checked
|
||||||
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ Column {
|
|||||||
BatteryIndicator {
|
BatteryIndicator {
|
||||||
batteryLevel: parent.batteryLevel
|
batteryLevel: parent.batteryLevel
|
||||||
isCharging: parent.isCharging
|
isCharging: parent.isCharging
|
||||||
darkMode: true
|
|
||||||
indicator: parent.indicator
|
indicator: parent.indicator
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user