added default container installation, after downloading the config from the api

This commit is contained in:
vladimir.kuznetsov 2023-12-11 13:42:42 +07:00
parent b4c89ad58f
commit e66fbc3289
3 changed files with 4 additions and 6 deletions

View file

@ -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()); });
}