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