fix: correct path for loading svg in toastmessage

Fixes #1209
This commit is contained in:
Pascal Precht 2020-10-22 12:45:48 +02:00
parent 43e978d205
commit c6d3d47982
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,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}`