diff --git a/panels/dock/tray/plugins/bluetooth/bluetoothmainwidget.cpp b/panels/dock/tray/plugins/bluetooth/bluetoothmainwidget.cpp index 57b336df9..a2fbc5474 100644 --- a/panels/dock/tray/plugins/bluetooth/bluetoothmainwidget.cpp +++ b/panels/dock/tray/plugins/bluetooth/bluetoothmainwidget.cpp @@ -64,7 +64,7 @@ void BluetoothMainWidget::initUi() m_iconButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); m_iconButton->setFocusPolicy(Qt::FocusPolicy::TabFocus); m_iconButton->setIconSize({24, 24}); - m_iconButton->setIcon(QIcon(bluetoothIcon(true))); + m_iconButton->setIcon(QIcon::fromTheme("bluetooth")); m_iconButton->setCheckable(true); m_iconButton->setChecked(isOpen()); onPaletteChanged();