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();
|
||||
initSignalHandlers();
|
||||
|
||||
initAndroidController();
|
||||
initAppleController();
|
||||
|
||||
initNotificationHandler();
|
||||
|
||||
auto locale = m_settings->getAppLanguage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue