2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Create notifications manager after reading settings.

This commit is contained in:
John Preston
2020-06-30 11:44:32 +04:00
parent 0db6fc4ffb
commit c3fa300b5c
3 changed files with 31 additions and 10 deletions

View File

@@ -183,6 +183,7 @@ void Application::run() {
refreshGlobalProxy(); // Depends on Global::start().
// Depends on OpenSSL on macOS, so on ThirdParty::start().
// Depends on notifications settings.
_notifications = std::make_unique<Window::Notifications::System>();
startLocalStorage();