[PR #2105] Fix #2078 by removing the NavigateUri's from the hyperlinks #24811

Open
opened 2026-01-31 09:05:29 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/2105

State: closed
Merged: No


Summary of the Pull Request

For some reason the NavigateUri property on the Hyperlinks in the about dialog don't work. This is a workaround for that bug. Instead of using NavigateUri, I'm just using a Click handler to do the same thing.

PR Checklist

**Original Pull Request:** https://github.com/microsoft/terminal/pull/2105 **State:** closed **Merged:** No --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request For some reason the NavigateUri property on the Hyperlinks in the about dialog don't work. This is a workaround for that bug. Instead of using NavigateUri, I'm just using a Click handler to do the same thing. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #2078 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [N/A] Tests added/passed
claunia added the pull-request label 2026-01-31 09:05:29 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24811