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"
|
icon.name: "link"
|
||||||
onTriggered: root.viewTxOnExplorerRequested()
|
onTriggered: root.viewTxOnExplorerRequested()
|
||||||
}
|
}
|
||||||
StatusAction {
|
StatusSuccessAction {
|
||||||
objectName: "copyTxHashItem"
|
objectName: "copyTxHashItem"
|
||||||
text: qsTr("Copy transaction hash")
|
text: qsTr("Copy transaction hash")
|
||||||
|
successText: qsTr("Copied")
|
||||||
icon.name: "copy"
|
icon.name: "copy"
|
||||||
onTriggered: root.copyTxHashRequested()
|
onTriggered: root.copyTxHashRequested()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue