homescreens/halcyon: Fix pinned remove entry

This commit is contained in:
Devin Lin 2022-07-11 09:37:43 -04:00
parent 620fd8a433
commit 664c8933d7

View file

@ -222,7 +222,7 @@ MobileShell.GridView {
Kirigami.Action {
iconName: "emblem-favorite"
text: i18n("Remove from favourites")
onTriggered: root.folder.removeApp(model.index)
onTriggered: Halcyon.PinnedModel.removeEntry(model.index)
}
]