Merge branch '1230-main' into 'dbus-interface'

fix bug 100833

See merge request kylin-desktop/kylin-nm!512
This commit is contained in:
赵 世旭 2021-12-30 06:21:49 +00:00
commit 8013a530c1
1 changed files with 3 additions and 1 deletions

View File

@ -620,10 +620,12 @@ void MobileHotspotWidget::setWidgetHidden(bool isHidden)
m_switchBtn->setChecked(false);
m_switchBtn->setDisabledFlag(true);
m_interfaceName = "";
m_uuid = "";
} else {
m_switchBtn->setDisabledFlag(false);
onGsettingChanged(WIRELESS_SWITCH);
}
onGsettingChanged(WIRELESS_SWITCH);
}
void MobileHotspotWidget::updateBandCombox()