редизайн вкладки с машинами, и отображения текущих объектов

v++
This commit is contained in:
2024-12-02 23:11:40 +03:00
parent 03b73e98f8
commit 8536ba9d77
18 changed files with 293 additions and 312 deletions

View File

@@ -28,12 +28,6 @@ public class UpdateProperty extends Pass<Object> {
@Override
protected void showDone() throws Exception {
switch (name) {
case "collapseCredentials":
if ((boolean) newValue)
Global.mainModule.getUI().getMainWindow().getTestingWindow().CollapseCredentials();
else
Global.mainModule.getUI().getMainWindow().getTestingWindow().ExpandCredentials();
break;
case "collapseProjectTrees":
if (Global.mainModule.HasProject()) {
if ((boolean) newValue)