Skip to content

Commit

Permalink
Fix WMClass for Elastic (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 15, 2025
1 parent 2e85635 commit 9b3a00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ await Task.Run(() =>
}

CreateLinuxShortcut("AdvantageScope (WPILib)", frcYear, "AdvantageScope (WPILib)", token);
CreateLinuxShortcut("Elastic (WPILib)", frcYear, "Elastic", token);
CreateLinuxShortcut("Elastic (WPILib)", frcYear, "elastic_dashboard", token);
CreateLinuxShortcut("Glass", frcYear, "Glass - DISCONNECTED", token);
CreateLinuxShortcut("OutlineViewer", frcYear, "OutlineViewer - DISCONNECTED", token);
CreateLinuxShortcut("DataLogTool", frcYear, "Datalog Tool", token);
Expand Down

0 comments on commit 9b3a00a

Please sign in to comment.