Skip to content

Commit 24d1888

Browse files
committed
qml: Add SendResult modal dialog to main
This modal dialog will appear after completion of transaction commitment.
1 parent 8226e87 commit 24d1888

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/qml/pages/main.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ ApplicationWindow {
110110
}
111111
}
112112

113+
SendResult {
114+
id: sendResult
115+
closePolicy: Popup.CloseOnPressOutside
116+
}
117+
113118
Component {
114119
id: shutdown
115120
Shutdown {}

0 commit comments

Comments
 (0)