mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-17 14:48:13 +00:00
[Linux] Add setting to change bluetooth retry attempts
This commit is contained in:
committed by
Tim Gromeyer
parent
913e1a5aff
commit
db763d7290
@@ -200,6 +200,20 @@ ApplicationWindow {
|
||||
onCheckedChanged: airPodsTrayApp.notificationsEnabled = checked
|
||||
}
|
||||
|
||||
Row {
|
||||
spacing: 5
|
||||
Label {
|
||||
text: "Bluetooth Retry Attempts:"
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
SpinBox {
|
||||
from: 1
|
||||
to: 10
|
||||
value: airPodsTrayApp.retryAttempts
|
||||
onValueChanged: airPodsTrayApp.retryAttempts = value
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
spacing: 10
|
||||
visible: airPodsTrayApp.airpodsConnected
|
||||
|
||||
Reference in New Issue
Block a user