mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Port Kirigami.Action iconName to icon.name
This commit is contained in:
parent
522dd14996
commit
d7bc385013
2 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ MobileShell.GridView {
|
|||
|
||||
menuActions: [
|
||||
Kirigami.Action {
|
||||
iconName: "emblem-favorite"
|
||||
icon.name: "emblem-favorite"
|
||||
text: i18n("Remove from favourites")
|
||||
onTriggered: Halcyon.PinnedModel.removeEntry(model.index)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,12 +195,12 @@ MobileShell.GridView {
|
|||
|
||||
menuActions: [
|
||||
Kirigami.Action {
|
||||
iconName: "emblem-favorite"
|
||||
icon.name: "emblem-favorite"
|
||||
text: i18n("Remove from favourites")
|
||||
onTriggered: root.folder.removeApp(model.index)
|
||||
},
|
||||
Kirigami.Action {
|
||||
iconName: "document-open-folder"
|
||||
icon.name: "document-open-folder"
|
||||
text: i18n("Move out of folder")
|
||||
onTriggered: root.folder.moveAppOut(model.index)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue