Skip to content

Commit

Permalink
slight tweak of universe right click menu
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Apr 9, 2024
1 parent 887b4e1 commit 582a94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMT/UniverseControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@ private void VHSystems_MouseClicked(object sender, RoutedEventArgs e)
cm.IsOpen = true;

MenuItem setDesto = cm.Items[2] as MenuItem;
MenuItem addWaypoint = cm.Items[5] as MenuItem;
MenuItem clearRoute = cm.Items[7] as MenuItem;
MenuItem addWaypoint = cm.Items[4] as MenuItem;
MenuItem clearRoute = cm.Items[6] as MenuItem;

if (ActiveCharacter != null && ActiveCharacter.ESILinked)
{
Expand Down

0 comments on commit 582a94b

Please sign in to comment.