This commit is contained in:
2025-02-12 23:02:46 +03:00
parent 74fcc2150d
commit 57baa6c9c1
6 changed files with 16 additions and 14 deletions

View File

@@ -35,7 +35,8 @@ public class MainModule extends MainModule_<GlobalDatabase, MainUI> {
PassCode.ShutdownTestingServer,
PassCode.StartTestingServer,
PassCode.PublishTestingServer,
PassCode.CreateTestsGroupFromSelectedVersions
PassCode.CreateTestsGroupFromSelectedVersions,
PassCode.RefreshDVMPackageResults
);
public MainModule() throws Exception {
super(GlobalDatabase.class, MainUI.class);