mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-12 01:03:02 +00:00
[Linux] Add One Bud ANC Mode setting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user