Add close button at footer

This commit is contained in:
Loren Burkholder 2021-07-24 12:51:45 -04:00
parent 2be91b591d
commit b03a1df19d
1 changed files with 6 additions and 0 deletions

View File

@ -115,4 +115,10 @@ ApplicationWindow {
}
footer: DialogButtonBox {
standardButtons: DialogButtonBox.Ok
onAccepted: readReceiptsRoot.close()
}
}