From 4ede620e7184f24fcf6a6bef2b0a940e5fd44650 Mon Sep 17 00:00:00 2001 From: RigoLigoRLC Date: Fri, 3 Sep 2021 16:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A6=96=E6=AC=A1=E4=BD=BF=E7=94=A8=E4=B8=8D=E4=BC=9A?= =?UTF-8?q?=E5=AE=8C=E5=85=A8=E8=BF=9B=E8=A1=8C=E6=89=80=E6=9C=89=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/spkmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/spkmainwindow.cpp b/gui/spkmainwindow.cpp index 9498a3b..8bb4e63 100644 --- a/gui/spkmainwindow.cpp +++ b/gui/spkmainwindow.cpp @@ -113,9 +113,9 @@ void SpkMainWindow::CategoryListDataReceived() sErrPop(tr("Failed to load app list of category! Type of retval: %1.").arg(retval.type())); return; } + SwitchToPage(SpkUi::PgAppList); PopulateAppList(retval.toObject()); setCursor(Qt::ArrowCursor); - SwitchToPage(SpkUi::PgAppList); } void SpkMainWindow::PopulateAppList(QJsonObject appData)