mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Reset error message on closing the ErrorPopup
This commit is contained in:
parent
14cbecd42c
commit
db21372a44
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ ApplicationWindow {
|
|||
|
||||
text: qsTr("Close")
|
||||
onClicked: {
|
||||
accountBridge.error = ""
|
||||
errorDialog.close()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue