bugfix: fixed mobile controllers initialization (#1436)

* bugfix: fixed mobile controllers initialization

* chore: bump version
This commit is contained in:
Nethius
2025-02-25 18:29:58 +03:00
committed by GitHub
parent 83460bc29b
commit 7ccbfa48bc
2 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,9 @@ CoreController::CoreController(const QSharedPointer<VpnConnection> &vpnConnectio
initControllers();
initSignalHandlers();
initAndroidController();
initAppleController();
initNotificationHandler();
auto locale = m_settings->getAppLanguage();