fix: some toast messages fixes

This commit is contained in:
Pascal Precht 2020-10-27 09:18:03 +01:00
parent bc0855bcdc
commit a7058681fe
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
2 changed files with 2 additions and 2 deletions

View File

@ -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}`

View File

@ -32,7 +32,7 @@ Popup {
// Reset props
iconColor = Style.current.primary
iconRotates = false
linkText = defaultLinkText
root.linkText = defaultLinkText
}
Timer {