bugfix: fixed mobile controllers initialization
This commit is contained in:
parent
83460bc29b
commit
ff1dea2fdd
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ CoreController::CoreController(const QSharedPointer<VpnConnection> &vpnConnectio
|
||||||
initControllers();
|
initControllers();
|
||||||
initSignalHandlers();
|
initSignalHandlers();
|
||||||
|
|
||||||
|
initAndroidController();
|
||||||
|
initAppleController();
|
||||||
|
|
||||||
initNotificationHandler();
|
initNotificationHandler();
|
||||||
|
|
||||||
auto locale = m_settings->getAppLanguage();
|
auto locale = m_settings->getAppLanguage();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue