mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 01:26:48 +00:00
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