forked from Silverfish/proton-bridge
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