forked from Silverfish/proton-bridge
feat(GODT-2772): error handling for Apple Mail auto config.
This commit is contained in:
@ -794,7 +794,7 @@ Status GRPCService::InstallTLSCertificate(ServerContext *, Empty const *, Empty
|
||||
event = newCertificateInstallCanceledEvent();
|
||||
break;
|
||||
default:
|
||||
event = newCertificateInstallCanceledEvent();
|
||||
event = newCertificateInstallFailedEvent();
|
||||
break;
|
||||
}
|
||||
qtProxy_.sendDelayedEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user