diff --git a/src/components/bar/modules/bluetooth/index.tsx b/src/components/bar/modules/bluetooth/index.tsx index 7f55d8075..a0b13eca5 100644 --- a/src/components/bar/modules/bluetooth/index.tsx +++ b/src/components/bar/modules/bluetooth/index.tsx @@ -38,7 +38,13 @@ const Bluetooth = (): BarBoxChild => { ); const componentBinding = Variable.derive( - [bind(options.bar.bluetooth.label), bind(bluetoothService, 'isPowered'), bind(bluetoothService, 'devices')], + [ + bind(options.bar.bluetooth.label), + bind(bluetoothService, 'isPowered'), + bind(bluetoothService, 'devices'), + + bind(bluetoothService, 'isConnected'), + ], (showLabel: boolean, isPowered: boolean, devices: AstalBluetooth.Device[]): JSX.Element => { if (showLabel) { return (