Skip to content

Fix: App crash when double click on port profile#3382

Merged
mergify[bot] merged 2 commits intomainfrom
fix/port-profile
Apr 11, 2026
Merged

Fix: App crash when double click on port profile#3382
mergify[bot] merged 2 commits intomainfrom
fix/port-profile

Conversation

@BornToBeRoot
Copy link
Copy Markdown
Owner

Changes proposed in this pull request

  • App crash when double click on port profile

  • Update changelog to reflect this changes

Copilot AI review requested due to automatic review settings April 11, 2026 01:27
@github-actions github-actions bot added this to the next-release milestone Apr 11, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a crash in the Port Profiles selection child window triggered by double-clicking a port profile, by ensuring the window code-behind uses the correct view model type.

Changes:

  • Update PortProfilesChildWindow double-click handler to cast DataContext to PortProfilesViewModel.
  • Add ToDo.md to .gitignore.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Source/NETworkManager/Views/PortProfilesChildWindow.xaml.cs Fixes incorrect DataContext cast in double-click handler to prevent runtime crash.
.gitignore Ignores ToDo.md in git.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mergify mergify bot merged commit eac4754 into main Apr 11, 2026
5 checks passed
@mergify mergify bot deleted the fix/port-profile branch April 11, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants