Removed script select from the robotlist and added current script name to display.
This commit is contained in:
@@ -114,6 +114,7 @@ public partial class CodingWindow : PanelContainer
|
||||
}
|
||||
|
||||
if (nodes.Count > 0) robot.SetupExecution(nodes);
|
||||
robot.currentProgram = scriptName.Text.Length <= 0 ? $"Script{availableScripts.ItemCount}" : scriptName.Text;
|
||||
}
|
||||
|
||||
public void SetRobot(Robot robot)
|
||||
|
||||
Reference in New Issue
Block a user