DriverMode changed to "real" pipeline, fixed pipeline renames

This commit is contained in:
Banks Troutman
2019-11-30 11:52:35 -05:00
parent 98add64c35
commit 9efb6373a6
2 changed files with 24 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ public class SocketHandler {
break;
}
case "changePipelineName": {
currentPipeline.settings.nickname = ((String) entry.getValue());
currentProcess.pipelineManager.renameCurrentPipeline((String) entry.getValue());
sendFullSettings();
VisionManager.saveCurrentCameraPipelines();
break;