Desktop: Open links in default browser and prevent popups (#3006)

* Deny all browser popups

* Open links with default browser

* Fix review comments
This commit is contained in:
Timon
2025-08-06 15:28:10 +00:00
committed by GitHub
parent 0462d0ea2f
commit 5f2432cacf
7 changed files with 124 additions and 5 deletions
+1
View File
@@ -164,6 +164,7 @@ include_dir = "0.7.4"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing = "0.1.41"
rfd = "0.15.4"
open = "5.3.2"
[profile.dev]
opt-level = 1