修复了一个拼写错误

This commit is contained in:
fengjiayi
2025-05-30 23:33:20 +08:00
parent a19733eff5
commit 8c6cb0a9c6

View File

@@ -76,7 +76,7 @@ namespace Serein.Workbench.ViewModels
CreateFlowCanvasCommand = new RelayCommand(CreateFlowCanvas); // 增加画布
RemoteFlowCanvasCommand = new RelayCommand(RemoteFlowCanvas); // 移除画布
StartFlowCommand = new RelayCommand(StartFlow);
StartFlowCommand = new RelayCommand(StartUIFlow);
StartCurrentCanvasFlowCommand = new RelayCommand(StartCurrentCanvasFlow); // 运行当前所查看画布的流程
StopCurrentCanvasFlowCommand = new RelayCommand(StopCurrentCanvasFlow); // 停止当前流程