bugfix: fixed mobile controllers initialization (#1436)
* bugfix: fixed mobile controllers initialization * chore: bump version
This commit is contained in:
parent
83460bc29b
commit
7ccbfa48bc
2 changed files with 5 additions and 2 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