mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
homescreens/halcyon: Fix pinned remove entry
This commit is contained in:
parent
620fd8a433
commit
664c8933d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue