реализовал создание группы из папки с выделенными в ней файлами.

This commit is contained in:
2023-12-02 16:36:35 +03:00
parent 12cc235973
commit 8e7137d5ea
10 changed files with 76 additions and 91 deletions

View File

@@ -19,6 +19,10 @@ public abstract class PublishTests extends TestingSystemPass<Vector<Test>> {
return "";
}
@Override
public String getIconPath() {
return "/icons/AddFile.png";
}
@Override
protected boolean needsAnimation() {
return true;
}