From 4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 14:04:44 +0200 Subject: fix(desktop): wire tile active state and clear connect errors --- desktop/modules/bluetooth/BluetoothModule.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/modules/bluetooth/BluetoothModule.qml') diff --git a/desktop/modules/bluetooth/BluetoothModule.qml b/desktop/modules/bluetooth/BluetoothModule.qml index 80f80b9..4fd600f 100644 --- a/desktop/modules/bluetooth/BluetoothModule.qml +++ b/desktop/modules/bluetooth/BluetoothModule.qml @@ -36,6 +36,9 @@ Module { // Null for the first ~2s, then filled. Safe navigation everywhere. icon: mod.adapter && mod.adapter.enabled ? "\uf293" : "\uf05e" + // Active while anything is connected. + active: mod.anyConnected + function notify(title, body) { notifyProc.command = ["notify-send", "--app-name=bluetooth", "--urgency=critical", "--icon=error", title, body]; -- cgit v1.2.3