improve some process handling

This commit is contained in:
notiant
2026-03-26 19:30:41 +01:00
committed by GitHub
parent 78c0b2fe25
commit dffdfcffc4
2 changed files with 10 additions and 20 deletions
-10
View File
@@ -80,16 +80,6 @@ Singleton {
}
}
// Re-run polling once bluetoothctl availability is known
Connections {
target: ProgramCheckerService
function onBluetoothctlAvailableChanged() {
if (ProgramCheckerService.bluetoothctlAvailable) {
ctlPollTimer.restart();
}
}
}
// Track adapter state changes
Connections {
target: adapter