fix bug 100833

This commit is contained in:
jzxc95 2021-12-30 11:30:05 +08:00
parent a69ee83af2
commit 509256d4e9
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()