mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-1251: Fix change SMTP settings
This commit is contained in:
@ -108,7 +108,7 @@ func (f *FrontendQt) toggleUseSSLforSMTP(makeItEnabled bool) {
|
||||
f.qml.SetUseSSLforSMTP(makeItEnabled)
|
||||
return
|
||||
}
|
||||
f.settings.SetBool(settings.SMTPPortKey, makeItEnabled)
|
||||
f.settings.SetBool(settings.SMTPSSLKey, makeItEnabled)
|
||||
f.restart()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user