This commit is contained in:
2025-02-20 14:13:13 +03:00
parent 25fc55c03e
commit ed61eb2ae0
7 changed files with 26 additions and 3 deletions

View File

@@ -214,6 +214,7 @@ public class Global {
Global.mainModule.getPass(PassCode.SynchronizeBugReports).Do();
if (normalProperties.AutoTestsLoad)
Global.mainModule.getPass(PassCode.SynchronizeTests).Do();
Global.mainModule.getPass(PassCode.SynchronizeCredentials).Do();
//--
Global.mainModule.getSapfor().refreshPid(); //без сапфора сюда это все равно не дойдет.
Global.mainModule.getUI().getMainWindow().Show();