forked from Silverfish/proton-bridge
GODT-1926: Clear port error messages when cancelling the dialog.
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user