修改托盘初始化时未连接网络图标背景色

This commit is contained in:
zhangyuanyuan1 2023-02-07 10:58:52 +08:00
parent ac1135424b
commit b8c245b3f8
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ void RadioItemButton::refreshButtonIcon()
m_iconLabel->setPixmap(loadSvg(m_pixmap, PixmapColor::WHITE));
} else {
m_backgroundColor = COLOR_BRIGHT_TEXT;
m_backgroundColor.setAlphaF(0.18);
m_backgroundColor.setAlphaF(0.12);
if (qApp->palette().base().color().red() > MIDDLE_COLOR) {
m_iconLabel->setPixmap(m_pixmap);
} else {