allow zero amount invoices, add edit amount option for invoices
This commit is contained in:
@@ -22,10 +22,15 @@ ElDialog {
|
||||
|
||||
padding: 0
|
||||
|
||||
function restart() {
|
||||
qrscan.restart()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
QRScan {
|
||||
id: qrscan
|
||||
Layout.preferredWidth: parent.width
|
||||
Layout.fillHeight: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user