diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-09-15 15:48:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 15:48:12 +0200 |
commit | 0a63d43ad67ce974f4ee5b883348f686d27ca6a4 (patch) | |
tree | d7df18f30c1b873f1576b0d050f6fcb659a0c52c | |
parent | Merge pull request #8904 from liushuyu/fix-xbyak-linkage (diff) | |
parent | UI: Fix link to TAS help page (diff) | |
download | yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.tar yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.tar.gz yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.tar.bz2 yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.tar.lz yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.tar.xz yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.tar.zst yuzu-0a63d43ad67ce974f4ee5b883348f686d27ca6a4.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu/configuration/configure_tas.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui index cf88a5bf0..625af0c89 100644 --- a/src/yuzu/configuration/configure_tas.ui +++ b/src/yuzu/configuration/configure_tas.ui @@ -16,6 +16,9 @@ <property name="text"> <string><html><head/><body><p>Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation, please consult the <a href="https://yuzu-emu.org/help/feature/tas/"><span style=" text-decoration: underline; color:#039be5;">help page</span></a> on the yuzu website.</p></body></html></string> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item row="1" column="0" colspan="4"> |