mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: bluetooth not refresh button
Closed: https://github.com/linuxdeepin/developer-center/issues/3809
This commit is contained in:
parent
e9674ff8f5
commit
6102475daf
@ -184,9 +184,9 @@ void BluetoothAdapterItem::onAdapterNameChanged(const QString name)
|
|||||||
void BluetoothAdapterItem::updateIconTheme(DGuiApplicationHelper::ColorType type)
|
void BluetoothAdapterItem::updateIconTheme(DGuiApplicationHelper::ColorType type)
|
||||||
{
|
{
|
||||||
if (type == DGuiApplicationHelper::LightType)
|
if (type == DGuiApplicationHelper::LightType)
|
||||||
m_refreshBtn->setRotateIcon(":/wireless/resources/wireless/refresh_dark.svg");
|
m_refreshBtn->setRotateIcon(":/refresh_dark.svg");
|
||||||
else
|
else
|
||||||
m_refreshBtn->setRotateIcon(":/wireless/resources/wireless/refresh.svg");
|
m_refreshBtn->setRotateIcon(":/refresh.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
QSize BluetoothAdapterItem::sizeHint() const
|
QSize BluetoothAdapterItem::sizeHint() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user