Skip to content

Commit 8f7e661

Browse files
committed
Merge branch 'ProgressBarBindingError' of https://github.com/Sparrkle/Flow.Launcher into ProgressBarBindingError
2 parents f39c5fd + 50472c9 commit 8f7e661

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/ReportWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ private Paragraph Hyperlink(string textBeforeUrl, string url)
7777
};
7878
link.Inlines.Add(url);
7979
link.NavigateUri = new Uri(url);
80-
link.RequestNavigate += (s, e) => SearchWeb.OpenInBrowserTab(e.Uri.ToString());
8180
link.Click += (s, e) => SearchWeb.OpenInBrowserTab(url);
8281

8382
paragraph.Inlines.Add(textBeforeUrl);

0 commit comments

Comments
 (0)