[Linux] Add One Bud ANC Mode setting

This commit is contained in:
Tim Gromeyer
2025-05-16 14:08:42 +02:00
parent 09e1aa1530
commit 5fe123f544
2 changed files with 53 additions and 0 deletions

View File

@@ -226,6 +226,19 @@ ApplicationWindow {
onCheckedChanged: airPodsTrayApp.notificationsEnabled = checked
}
Switch {
visible: airPodsTrayApp.airpodsConnected
text: "One Bud ANC Mode"
checked: airPodsTrayApp.oneBudANCMode
onCheckedChanged: airPodsTrayApp.oneBudANCMode = checked
ToolTip {
visible: parent.hovered
text: "Enable ANC when using one AirPod\n(More noise reduction, but uses more battery)"
delay: 500
}
}
Row {
spacing: 5
Label {