no message

This commit is contained in:
2024-02-14 21:46:07 +03:00
parent 0397346b0f
commit 1bb3da18c3
2 changed files with 5 additions and 8 deletions

View File

@@ -19,6 +19,10 @@ public class GlobalProperties extends Properties {
}
@Expose
public Current.Mode Mode = Current.Mode.Normal;
@Expose
public int ComponentsServerPort = 7995; //пока не используется
@Expose
public int TestingServerPort = 7998; //пока не используется
//---
@Expose
public int SocketTimeout = 5000;
@@ -43,7 +47,6 @@ public class GlobalProperties extends Properties {
//---
@Expose
public boolean AutoUpdateSearch = true;
// настройки визуализатора. по крайней мере, флаги.
@Expose
public boolean ConfirmPassesStart = true;
@Expose