Change name of wifi window

This commit is contained in:
chenlelin 2021-04-30 09:09:32 +08:00
parent a64d74ca16
commit 8cc44a8f7b
1 changed files with 1 additions and 1 deletions

View File

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