Перевод Сервера работает

This commit is contained in:
2025-10-21 12:42:12 +03:00
parent b9a39287cf
commit ff6f70c967
3 changed files with 17 additions and 0 deletions

View File

@@ -111,6 +111,11 @@ ServerLMSWidget::~ServerLMSWidget()
delete ui;
}
QString ServerLMSWidget::getLanguage()
{
return language;
}
void ServerLMSWidget::slotUpdateListClients()
{