Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Empty Jump Path Check UnableToAffordJumpNagDialog #5089

Merged
merged 2 commits into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. Added Empty Jump Path Check UnableToAffordJumpNagDialog

    Prevented the 'UnableToAffordJumpNagDialog' nag from appearing if jump path is empty.
    IllianiCBT committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3ebdf58 View commit details
    Browse the repository at this point in the history
  2. Handle zero jump cost properly in UnableToAffordJumpNagDialog

    Added checks to handle scenarios where the jump cost is zero, preventing unnecessary dialogs. Ensured that the dialog does not display if the cost of the next jump is zero or if the current system is the last system on the jump path.
    IllianiCBT committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    912bd3f View commit details
    Browse the repository at this point in the history