1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-03 02:14:16 +00:00

Merge pull request #7652 from Chocobo1/aboutExtLink

Open links in browser. Closes #7651.
This commit is contained in:
sledgehammer999 2017-10-30 18:06:34 +02:00 committed by GitHub
commit 2194a05e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>