IPv6手动模式信息无法保存问题

This commit is contained in:
zhangyuanyuan1 2023-07-10 10:21:27 +08:00
parent 633fbd4c1e
commit 197096619b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ bool Ipv6Page::checkIsChanged(const ConInfo info, KyConnectSetting &setting)
isChanged = true;
}
} else {
type = CONFIG_IP_DHCP;
type = CONFIG_IP_MANUAL;
if (info.ipv6ConfigType != CONFIG_IP_MANUAL) {
qDebug() << "ipv6ConfigType change to Manual";
isChanged = true;