Skip to content

Commit e5cd1a7

Browse files
committed
qml: Restrict Recipients to 25
1 parent 694c8a6 commit e5cd1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/pages/wallet/Send.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ PageStack {
131131
Layout.preferredHeight: 30
132132
size: 30
133133
iconSource: "image://images/plus-big-filled"
134+
enabled: wallet.recipients.count < 25
134135
onClicked: {
135136
wallet.recipients.add()
136137
}

0 commit comments

Comments
 (0)