mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
improve some process handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user