From c81616882eb7819e69ce39537d38c12485289c28 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:01:17 +1100 Subject: networks + bluetooth: highlight active --- src/modules/popdowns/bluetoothdevices.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/popdowns/bluetoothdevices.tsx') diff --git a/src/modules/popdowns/bluetoothdevices.tsx b/src/modules/popdowns/bluetoothdevices.tsx index 7ba421c..c71d981 100644 --- a/src/modules/popdowns/bluetoothdevices.tsx +++ b/src/modules/popdowns/bluetoothdevices.tsx @@ -4,7 +4,7 @@ import AstalBluetooth from "gi://AstalBluetooth"; import PopdownWindow from "../../widgets/popdownwindow"; const BluetoothDevice = (device: AstalBluetooth.Device) => ( - + `device ${c ? "active" : ""}`)}> -- cgit v1.2.3-freya