Kirin990控制面板和任务栏网络显示WIFI6图标问题

This commit is contained in:
zhangyuanyuan1 2023-04-23 11:39:18 +08:00
parent 0d46502479
commit db4e0c3d60
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ void WlanPage::checkShowWifi6()
});
processCpuinfo->waitForFinished();
QString ctrCpuinfo = processCpuinfo->readAll();
if (ctrCpuinfo.indexOf("HUAWEI Kirin 990") != -1) {
if (ctrCpuinfo.indexOf("Kirin", 0, Qt::CaseInsensitive) != -1 && ctrCpuinfo.indexOf("990") != -1) {
//HW990上不显示wifi6/6+
m_showWifi6 = false;
}