summaryrefslogtreecommitdiff
path: root/services/Bluetooth.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Bluetooth.qml')
-rw-r--r--services/Bluetooth.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/Bluetooth.qml b/services/Bluetooth.qml
index bff44bd..7cdd457 100644
--- a/services/Bluetooth.qml
+++ b/services/Bluetooth.qml
@@ -10,7 +10,6 @@ Singleton {
property bool powered
property bool discovering
property list<Device> devices: []
- readonly property list<Device> connected: devices.filter(d => d.connected)
Process {
running: true