промежуточный. рефакторинг объекта сервера.

This commit is contained in:
2025-02-13 20:27:01 +03:00
parent 91f4ed4a17
commit 54ec1fee99
13 changed files with 319 additions and 490 deletions

View File

@@ -23,8 +23,6 @@ public class NormalProperties extends VisualDVMProperties{
public String PerformanceAnalyzerPath = "";
//---
@Expose
public boolean AutoUpdateSearch = true;
@Expose
public boolean AutoBugReportsLoad = true;
@Expose
public boolean AutoTestsLoad = true;
@@ -153,8 +151,6 @@ public class NormalProperties extends VisualDVMProperties{
return "Свернуть раздел сообщений файла";
case "collapseProjectTrees":
return "Свернуть раздел деревьев проекта";
case "AutoUpdateSearch":
return "Автоматический поиск обновлений";
default:
return "?";
}