diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Bluetooth.qml | 1 |
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 |