feat(activity): added success state to copy tx hash option
This commit is contained in:
parent
d93d51c93d
commit
c47ea54581
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue