diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-04-29 03:00:14 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-30 23:26:10 +0200 |
commit | 02f8f1bb3e424c029d3074da0e7586f5c05f5131 (patch) | |
tree | 3cc197df28c6cd0240eb6577c260907e1b4832c1 /src | |
parent | cmake: Add cmake option to build Boxcat backend (diff) | |
download | yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.tar yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.tar.gz yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.tar.bz2 yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.tar.lz yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.tar.xz yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.tar.zst yuzu-02f8f1bb3e424c029d3074da0e7586f5c05f5131.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_service.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_service.ui b/src/yuzu/configuration/configure_service.ui index f5b683d25..9668dd557 100644 --- a/src/yuzu/configuration/configure_service.ui +++ b/src/yuzu/configuration/configure_service.ui @@ -78,6 +78,9 @@ <property name="text"> <string><html><head/><body><p><a href="https://yuzu-emu.org/help/feature/boxcat"><span style=" text-decoration: underline; color:#0000ff;">Learn more about BCAT, Boxcat, and Current Events</span></a></p></body></html></string> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item row="0" column="1" colspan="2"> |