Enhance desktop app with default browser link opening

The desktop app currently uses WebView2 so every link opens in its embedded window. Please add a context‑menu item or default behavior that launches URLs in the user’s default browser instead — it’s trivial to implement with WebView2’s NewWindowRequested event. It’s a one‑line WebView2 event handler change and removes friction for users.