mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-16 19:22:32 +00:00
[Linux] Add autostart setting
This commit is contained in:
committed by
Tim Gromeyer
parent
1c7bdf987c
commit
ec1b0c47ca
@@ -127,6 +127,7 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
Switch {
|
||||
visible: airPodsTrayApp.airpodsConnected
|
||||
text: "Conversational Awareness"
|
||||
checked: airPodsTrayApp.conversationalAwareness
|
||||
onCheckedChanged: airPodsTrayApp.conversationalAwareness = checked
|
||||
@@ -187,6 +188,12 @@ ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Switch {
|
||||
text: "Auto-Start on Login"
|
||||
checked: airPodsTrayApp.autoStartManager.autoStartEnabled
|
||||
onCheckedChanged: airPodsTrayApp.autoStartManager.autoStartEnabled = checked
|
||||
}
|
||||
|
||||
Row {
|
||||
spacing: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user