Refactor system page in GUI Alpha.

This commit is contained in:
sunwen
2024-04-25 14:37:38 +08:00
parent f9eb807fa3
commit 982b54b727
420 changed files with 23907 additions and 872 deletions

View File

@@ -90,7 +90,7 @@ bool NetworkManager::isDHCP()
}
IpAddr NetworkManager::getDefaultIpAddr()
{
return IpAddr{mIpAddress, mSubNetMask};
return IpAddr{mIsDHCP, mIpAddress, mSubNetMask, mGateway};
}
QList<QStringList> NetworkManager::getIpAddrList()
{