no message

This commit is contained in:
2024-09-17 02:53:17 +03:00
parent df9fb2e2a2
commit 55a724a511
12 changed files with 173 additions and 87 deletions

View File

@@ -71,9 +71,9 @@ public class DVMConfigurationDBTable extends iDBTable<DVMConfiguration> {
case 4:
return object.printAuto();
case 5:
return object.getGroupsNamesArray();
return object.getGroupsDescriptions();
case 6:
return object.testsCount;
return object.getTestsCount();
//---
case 7:
return Utils.unpackStrings(object.flags, true);