Qml/ModPage: fix remove action
This commit is contained in:
parent
5baa7840de
commit
b61d1d1fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Kirigami.Page {
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: "Remove"
|
text: "Remove"
|
||||||
icon.name: "delete-symbolic"
|
icon.name: "delete-symbolic"
|
||||||
onToggled: notImplementedDialog.open()
|
onTriggered: notImplementedDialog.open()
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue