From e51270432099f8e0f69b762ab90a9b767b27c1c9 Mon Sep 17 00:00:00 2001 From: youdiansaodongxi Date: Tue, 9 Jul 2024 14:00:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(qml/AppUI):=20=E4=BF=AE=E5=A4=8DIssue(I9UYZ?= =?UTF-8?q?3:=E5=85=A8=E5=B1=8F=E6=A8=A1=E5=BC=8F=E4=B8=8B=E8=A7=A3?= =?UTF-8?q?=E9=99=A4=E6=89=80=E6=9C=89=E5=B7=B2=E6=94=B6=E8=97=8F=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=97=A0=E6=95=88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/AppUI/FullScreenAppList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/AppUI/FullScreenAppList.qml b/qml/AppUI/FullScreenAppList.qml index 16efd9d..33d89cb 100644 --- a/qml/AppUI/FullScreenAppList.qml +++ b/qml/AppUI/FullScreenAppList.qml @@ -168,7 +168,7 @@ ListView { }, UkuiItems.MenuItem { text: qsTr("Remove all favorite apps") - onClicked: extensionData.favoriteAppsModel.clearFavorites(); + onClicked: favoriteModel.clearFavorites(); } ] }