Reset error message on closing the ErrorPopup

This commit is contained in:
Christian Muehlhaeuser 2019-05-12 02:42:05 +02:00
parent 14cbecd42c
commit db21372a44
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -111,6 +111,7 @@ ApplicationWindow {
text: qsTr("Close")
onClicked: {
accountBridge.error = ""
errorDialog.close()
}
}