2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

Move OpenSSL probing before crash reporter.

This commit is contained in:
John Preston
2024-04-24 19:12:46 +04:00
parent ef614150d5
commit c16d820b88
6 changed files with 2 additions and 15 deletions

View File

@@ -243,14 +243,10 @@ Application::~Application() {
Media::Player::finish(_audio.get());
style::stopManager();
ThirdParty::finish();
Instance = nullptr;
}
void Application::run() {
ThirdParty::start();
// Depends on OpenSSL on macOS, so on ThirdParty::start().
// Depends on notifications settings.
_notifications = std::make_unique<Window::Notifications::System>();