no message

This commit is contained in:
2024-09-11 17:00:36 +03:00
parent 151572fd82
commit 4da2187f42
8 changed files with 102 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ public class DVMPackagesBar extends DataMenuBar {
//addMenus(new AddDVMPackageMenu());
addPasses(PassCode_2021.AddDVMPackage, PassCode_2021.AddTasksToDVMPackage);
addSeparator();
addPasses(PassCode_2021.CloneDVMPackage);
addPasses(PassCode_2021.ShowCurrentDVMPackage, PassCode_2021.CloneDVMPackage);
addSeparator();
addPasses(PassCode_2021.DeleteDVMPackage);
addSeparator();