added default container installation, after downloading the config from the api
This commit is contained in:
parent
b4c89ad58f
commit
e66fbc3289
3 changed files with 4 additions and 6 deletions
|
|
@ -376,7 +376,4 @@ void AmneziaApplication::initControllers()
|
|||
|
||||
m_cloudController.reset(new ApiController(m_serversModel, m_containersModel));
|
||||
m_engine->rootContext()->setContextProperty("ApiController", m_cloudController.get());
|
||||
|
||||
// connect(m_cloudController.get(), &ApiController::serverConfigUpdated, this,
|
||||
// [this]() { m_containersModel->setCurrentlyProcessedServerIndex(m_serversModel->getDefaultServerIndex()); });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue