mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/folio: Fix deleting delegates from folder not working
This commit is contained in:
parent
a87aa93e3b
commit
98f925b5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ Folio.DelegateTouchArea {
|
|||
Kirigami.Action {
|
||||
icon.name: "emblem-favorite"
|
||||
text: i18n("Remove")
|
||||
onTriggered: root.folder.removeApp(delegate.index)
|
||||
onTriggered: root.folder.removeDelegate(delegate.index)
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue