no message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Current_;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common.Utils.Utils_;
|
||||
import Common.Visual.UI_;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Utils;
|
||||
@@ -50,8 +50,8 @@ public class DownloadTest extends TestingSystemPass<Test> {
|
||||
target.getArchive().getAbsolutePath(),
|
||||
Global.visualiser.getWorkspace().getAbsolutePath(), false
|
||||
))
|
||||
if (CommonUI.Question("Тестовый проект успешно загружен под именем\n" +
|
||||
CommonUtils.Brackets(target.getHomePath().getName()) +
|
||||
if (UI_.Question("Тестовый проект успешно загружен под именем\n" +
|
||||
Utils_.Brackets(target.getHomePath().getName()) +
|
||||
"\nОткрыть его"))
|
||||
passes.get(PassCode.OpenCurrentProject).Do(target.getHomePath());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user