diff --git a/plugins/bluetooth/componments/bluetoothadapteritem.cpp b/plugins/bluetooth/componments/bluetoothadapteritem.cpp index ceb0a4c65..58323d5c7 100644 --- a/plugins/bluetooth/componments/bluetoothadapteritem.cpp +++ b/plugins/bluetooth/componments/bluetoothadapteritem.cpp @@ -293,6 +293,7 @@ void BluetoothAdapterItem::initConnect() connect(m_adapter, &Adapter::poweredChanged, this, [ = ] (bool state) { initData(); + m_refreshBtn->setVisible(state); m_deviceListview->setVisible(state); m_adapterStateBtn->setChecked(state); m_adapterStateBtn->setEnabled(true);