no message

This commit is contained in:
2025-02-04 21:14:14 +03:00
parent 5841f5ca7d
commit bcae6820af
4 changed files with 10 additions and 13 deletions

View File

@@ -122,6 +122,8 @@ public enum ServerCode {
return "Получение резервных копий компонента с сервера";
case DVMConvertProject:
return "Конвертация проекта на сервере";
case DownloadTest:
return "Скачивание теста с сервера";
default:
return this.toString();
}