@@ -101,7 +101,7 @@ Kirigami.OverlaySheet {
|
|||||||
action: Kirigami.Action {
|
action: Kirigami.Action {
|
||||||
text: i18n("Copy")
|
text: i18n("Copy")
|
||||||
icon.name: "copy"
|
icon.name: "copy"
|
||||||
onTriggered: Clibpoard.setText(message)
|
onTriggered: Clipboard.setText(message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Kirigami.BasicListItem {
|
Kirigami.BasicListItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user