mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 17:16:46 +00:00
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