Skip to content

Commit ed4ba2a

Browse files
committed
qml: Add a recipient when multiple recipients are enabled
1 parent d9c3877 commit ed4ba2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qml/pages/wallet/Send.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ PageStack {
3838
onMultipleRecipientsEnabledChanged: {
3939
if (!multipleRecipientsEnabled) {
4040
root.wallet.recipients.clearToFront()
41+
} else {
42+
root.wallet.recipients.add()
4143
}
4244
}
4345
}

0 commit comments

Comments
 (0)