Skip to content

Commit

Permalink
Merge pull request #1938 from headlamp-k8s/fix-external-url-bug
Browse files Browse the repository at this point in the history
app: Fix external url opening in app
  • Loading branch information
joaquimrocha authored May 2, 2024
2 parents 1925e79 + 51c827d commit 36dc4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ function startElecron() {
if (url.startsWith(startUrl)) {
return;
}
event.preventDefault();
shell.openExternal(url);
});

Expand Down

0 comments on commit 36dc4e3

Please sign in to comment.