mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 04:06:02 +00:00
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…
x
Reference in New Issue
Block a user