fix(SendModal): Allow to send 0

Closes: #15720
This commit is contained in:
Michał Cieślak 2024-07-23 10:59:21 +02:00 committed by Michał
parent 35c765649f
commit 166a0376ff
1 changed files with 0 additions and 1 deletions

View File

@ -447,7 +447,6 @@ StatusDialog {
SQUtils.AmountsArithmetic.fromString(amount)) === -1
readonly property bool ready: valid && !empty && !balanceExceeded
&& amount !== "0"
readonly property string selectedSymbol:
!!d.selectedHolding && !!d.selectedHolding.symbol