DocsUpdater рабочая версия

This commit is contained in:
2025-11-11 18:00:06 +03:00
parent 9df00eda9e
commit 81d7e5e6d6
6 changed files with 28 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ ServerLMSWidget::ServerLMSWidget(QWidget *parent) :
assetsManager(nullptr),
commonClientHandler(nullptr),
chatSystem(nullptr),
docsUpdater(nullptr),
providerDBLMS(nullptr),
first (true),
language(languageENG),
@@ -313,6 +314,9 @@ void ServerLMSWidget::startInitialization()
emit sigUpdateController(commonClientHandler,dataParser,assetsManager);
docsUpdater = new DocsUpdater(updateController, this);
docsUpdater->update();
ui->btnStopServer->setEnabled(false);
ui->btnStartServer->setEnabled(true);