Skip to content

Commit

Permalink
Merge pull request qbittorrent#7652 from Chocobo1/aboutExtLink
Browse files Browse the repository at this point in the history
Open links in browser. Closes qbittorrent#7651.
  • Loading branch information
sledgehammer999 authored Oct 30, 2017
2 parents 5157fc2 + 492ea5b commit 2194a05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/gui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,11 @@
<number>0</number>
</property>
<item>
<widget class="QTextBrowser" name="te_license"/>
<widget class="QTextBrowser" name="te_license">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 2194a05

Please sign in to comment.