mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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: [
|
menuActions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "emblem-favorite"
|
icon.name: "emblem-favorite"
|
||||||
text: i18n("Remove from favourites")
|
text: i18n("Remove from favourites")
|
||||||
onTriggered: Halcyon.PinnedModel.removeEntry(model.index)
|
onTriggered: Halcyon.PinnedModel.removeEntry(model.index)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -195,12 +195,12 @@ MobileShell.GridView {
|
||||||
|
|
||||||
menuActions: [
|
menuActions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "emblem-favorite"
|
icon.name: "emblem-favorite"
|
||||||
text: i18n("Remove from favourites")
|
text: i18n("Remove from favourites")
|
||||||
onTriggered: root.folder.removeApp(model.index)
|
onTriggered: root.folder.removeApp(model.index)
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
iconName: "document-open-folder"
|
icon.name: "document-open-folder"
|
||||||
text: i18n("Move out of folder")
|
text: i18n("Move out of folder")
|
||||||
onTriggered: root.folder.moveAppOut(model.index)
|
onTriggered: root.folder.moveAppOut(model.index)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue