no message

This commit is contained in:
2025-02-04 20:57:32 +03:00
parent d4c2875ed5
commit 5841f5ca7d
4 changed files with 18 additions and 23 deletions

View File

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