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(){
|
function setDefaultValues(){
|
||||||
imapField.text = Backend.portIMAP
|
imapField.text = Backend.portIMAP
|
||||||
smtpField.text = Backend.portSMTP
|
smtpField.text = Backend.portSMTP
|
||||||
|
imapField.error = false
|
||||||
|
smtpField.error = false
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: root.setDefaultValues()
|
Component.onCompleted: root.setDefaultValues()
|
||||||
|
|||||||
Reference in New Issue
Block a user