UI: Fix link to TAS help page
Tools -> TAS -> Configure TAS Thanks to Rei on discord for the fix. Basically: openExternalLinks is a checkbox in Qt Creator
This commit is contained in:
		| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user