mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 09:18:07 +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 {
|
Kirigami.Action {
|
||||||
icon.name: "emblem-favorite"
|
icon.name: "emblem-favorite"
|
||||||
text: i18n("Remove")
|
text: i18n("Remove")
|
||||||
onTriggered: root.folder.removeApp(delegate.index)
|
onTriggered: root.folder.removeDelegate(delegate.index)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue