Removed script select from the robotlist and added current script name to display.

This commit is contained in:
2026-05-06 09:50:42 +02:00
parent 18b76f3cbc
commit 4e760d4c0d
4 changed files with 13 additions and 10 deletions
+1
View File
@@ -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)