diff --git a/plugins/bluetooth/componments/bluetoothadapteritem.cpp b/plugins/bluetooth/componments/bluetoothadapteritem.cpp index 514c76ea3..837b7ecea 100644 --- a/plugins/bluetooth/componments/bluetoothadapteritem.cpp +++ b/plugins/bluetooth/componments/bluetoothadapteritem.cpp @@ -120,6 +120,8 @@ void BluetoothDeviceItem::updateDeviceState(Device::State state) m_stateAction->setVisible(false); m_connAction->setVisible(false); } + + m_loading->setVisible(state == Device::StateAvailable); emit deviceStateChanged(m_device); }