feat(activity): added success state to copy tx hash option

This commit is contained in:
Dario Gabriel Lipicar 2024-11-17 17:34:32 -03:00 committed by dlipicar
parent 33e4d39e9a
commit aa117b5453

View File

@ -16,9 +16,10 @@ StatusMenu {
icon.name: "link"
onTriggered: root.viewTxOnExplorerRequested()
}
StatusAction {
StatusSuccessAction {
objectName: "copyTxHashItem"
text: qsTr("Copy transaction hash")
successText: qsTr("Copied")
icon.name: "copy"
onTriggered: root.copyTxHashRequested()
}