mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 01:51:24 +00:00
feat(activity): added success state to copy tx hash option
This commit is contained in:
parent
33e4d39e9a
commit
aa117b5453
@ -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…
x
Reference in New Issue
Block a user