fix: some toast messages fixes
This commit is contained in:
parent
bc0855bcdc
commit
a7058681fe
|
@ -350,7 +350,7 @@ ModalPopup {
|
||||||
|
|
||||||
//% "Transaction pending..."
|
//% "Transaction pending..."
|
||||||
toastMessage.title = qsTrId("ens-transaction-pending")
|
toastMessage.title = qsTrId("ens-transaction-pending")
|
||||||
toastMessage.source = "../../../img/loading.svg"
|
toastMessage.source = "../../../../img/loading.svg"
|
||||||
toastMessage.iconColor = Style.current.primary
|
toastMessage.iconColor = Style.current.primary
|
||||||
toastMessage.iconRotates = true
|
toastMessage.iconRotates = true
|
||||||
toastMessage.link = `${walletModel.etherscanLink}/${response.result}`
|
toastMessage.link = `${walletModel.etherscanLink}/${response.result}`
|
||||||
|
|
|
@ -32,7 +32,7 @@ Popup {
|
||||||
// Reset props
|
// Reset props
|
||||||
iconColor = Style.current.primary
|
iconColor = Style.current.primary
|
||||||
iconRotates = false
|
iconRotates = false
|
||||||
linkText = defaultLinkText
|
root.linkText = defaultLinkText
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
|
|
Loading…
Reference in New Issue