mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +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 {
|
Kirigami.Action {
|
||||||
iconName: "emblem-favorite"
|
iconName: "emblem-favorite"
|
||||||
text: i18n("Remove from favourites")
|
text: i18n("Remove from favourites")
|
||||||
onTriggered: root.folder.removeApp(model.index)
|
onTriggered: Halcyon.PinnedModel.removeEntry(model.index)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue