fix: code review 2
This commit is contained in:
parent
efae828087
commit
086653ac52
|
@ -82,6 +82,10 @@ StackLayout {
|
||||||
id: messageContextMenu
|
id: messageContextMenu
|
||||||
}
|
}
|
||||||
|
|
||||||
|
StatusImageModal {
|
||||||
|
id: imagePopup
|
||||||
|
}
|
||||||
|
|
||||||
property var idMap: ({})
|
property var idMap: ({})
|
||||||
property var suggestionsObj: ([])
|
property var suggestionsObj: ([])
|
||||||
|
|
||||||
|
|
|
@ -295,10 +295,6 @@ RowLayout {
|
||||||
id: toastMessage
|
id: toastMessage
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusImageModal {
|
|
||||||
id: imagePopup
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add SendModal here as it is used by the Wallet as well as the Browser
|
// Add SendModal here as it is used by the Wallet as well as the Browser
|
||||||
Loader {
|
Loader {
|
||||||
id: sendModal
|
id: sendModal
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ec0e6dffd198d44d71ec7b8c14d5216eb65c692d
|
Subproject commit b395144704f29c9e1f4fd11714d1031a10160ad1
|
Loading…
Reference in New Issue