type check

This commit is contained in:
jzxc95 2022-01-24 14:55:22 +08:00
parent 61de6d14ee
commit df9002cc5c
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ bool NetDetail::checkWirelessSecurity(KySecuType secuType)
return false;
}
} else {
if (secuType == NONE && m_info.strSecType != "None") {
if (secuType == NONE && m_info.strSecType != tr("None")) {
showDesktopNotify(tr("this wifi no support None type"));
return false;
} else if (secuType == WPA_AND_WPA2_PERSONAL