no message

This commit is contained in:
2025-01-11 21:34:17 +03:00
parent fe752d2073
commit 8b2fb67422
10 changed files with 16 additions and 16 deletions

View File

@@ -127,6 +127,8 @@ public class GlobalProperties {
@Expose
public boolean ShowFullTabsNames=true;
@Expose
public boolean SmallScreen = false;
@Expose
public int BugReportsAgeLimit = 2;
@Expose
public int FastAccessPassesCount=10;
@@ -183,6 +185,8 @@ public class GlobalProperties {
//-----------------
public String getFieldDescription(String fieldName) {
switch (fieldName) {
case "SmallScreen":
return "Маленький экран";
case "ShowFullTabsNames":
return "Показывать полные имена вкладок";
case "ShowFullArraysDeclarations":