GODT-1926: Clear port error messages when cancelling the dialog.

This commit is contained in:
Xavier Michelon
2022-10-04 16:14:47 +02:00
parent a31bf17469
commit 1854256a93

View File

@ -162,6 +162,8 @@ SettingsView {
function setDefaultValues(){
imapField.text = Backend.portIMAP
smtpField.text = Backend.portSMTP
imapField.error = false
smtpField.error = false
}
Component.onCompleted: root.setDefaultValues()