bug#92751

This commit is contained in:
kangshuning 2021-12-03 10:13:59 +08:00
parent c762d39b8c
commit defca57240
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ LanListItem::LanListItem(QWidget *parent) : ListItem(parent)
{
m_isActive = false;
m_netButton->setButtonIcon(QIcon::fromTheme("network-offline-symbolic"));
m_netButton->setDefaultPixmap();
setIcon(false);
const QString str=tr("Not connected");
m_nameLabel->setText(str);
this->m_infoButton->hide();