We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c3877 commit ed4ba2aCopy full SHA for ed4ba2a
src/qml/pages/wallet/Send.qml
@@ -38,6 +38,8 @@ PageStack {
38
onMultipleRecipientsEnabledChanged: {
39
if (!multipleRecipientsEnabled) {
40
root.wallet.recipients.clearToFront()
41
+ } else {
42
+ root.wallet.recipients.add()
43
}
44
45
0 commit comments