From a1928f23436c70bba30febed54cc59ef16c753a7 Mon Sep 17 00:00:00 2001 From: zhangyuanyuan1 Date: Wed, 27 Jul 2022 15:41:58 +0800 Subject: [PATCH] =?UTF-8?q?WiFi=E8=BF=9E=E6=8E=A5=E5=8F=97=E9=99=90?= =?UTF-8?q?=E6=97=B6=E6=89=98=E7=9B=98=E6=98=BE=E7=A4=BA=E6=97=A0=E7=BA=BF?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/mainwindow.cpp b/src/frontend/mainwindow.cpp index 87f19188..77025be3 100644 --- a/src/frontend/mainwindow.cpp +++ b/src/frontend/mainwindow.cpp @@ -510,7 +510,7 @@ void MainWindow::showByWaylandHelper() void MainWindow::setCentralWidgetType(IconActiveType iconStatus) { - if (iconStatus == WLAN_CONNECTED) { + if (iconStatus == WLAN_CONNECTED || WLAN_CONNECTED_LIMITED) { m_centralWidget->setCurrentIndex(WLAN_PAGE_INDEX); } else if (iconStatus == ACTIVATING) { if (m_wlanWidget->checkWlanStatus(NetworkManager::ActiveConnection::State::Activating)) {