qml: fix bug with lingering info text from previous shown invoice
This commit is contained in:
@@ -296,6 +296,7 @@ ElDialog {
|
||||
InfoTextArea {
|
||||
Layout.columnSpan: 2
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.preferredWidth: parent.width * 3/4
|
||||
visible: invoice.userinfo
|
||||
text: invoice.userinfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user