Modify 'wifi' to 'WLAN' on user interface

This commit is contained in:
chenlelin 2021-06-07 17:45:39 +08:00
parent 7b03848f64
commit 9e29c4f3f0
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ int main(int argc, char *argv[])
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
QApplication a(argc, argv);
//qInstallMessageHandler(messageOutput);
qInstallMessageHandler(messageOutput);
qDebug()<<"Kylin Network Manager Is Already Launched";

View File

@ -1391,7 +1391,7 @@ void MainWindow::on_btnWifiList_clicked()
lbNoItemTip->hide();
ui->lbNetwork->setText("Wi-Fi");
ui->lbNetwork->setText("WLAN");
btnWireless->show();
if (iface->wstate == 0 || iface->wstate == 1) {