From ff1dea2fdd3188c8d1aab99f8864b57d9f68051c Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Tue, 25 Feb 2025 22:27:20 +0700 Subject: [PATCH] bugfix: fixed mobile controllers initialization --- client/core/controllers/coreController.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/core/controllers/coreController.cpp b/client/core/controllers/coreController.cpp index 3d71ce80..8d63974c 100644 --- a/client/core/controllers/coreController.cpp +++ b/client/core/controllers/coreController.cpp @@ -20,6 +20,9 @@ CoreController::CoreController(const QSharedPointer &vpnConnectio initControllers(); initSignalHandlers(); + initAndroidController(); + initAppleController(); + initNotificationHandler(); auto locale = m_settings->getAppLanguage();