no message

This commit is contained in:
2025-02-04 16:55:55 +03:00
parent d35848478f
commit b0941d6bfd
6 changed files with 15 additions and 32 deletions

View File

@@ -105,6 +105,8 @@ public enum ServerCode {
return "Скачивание базы данных отчетов об ошибках с сервера";
case ReceiveTestsDatabase:
return "Скачивание базы тестирования с сервера";
case ReceiveFile:
return "Скачивание файла с сервера";
default:
return this.toString();
}