Skip to content

Commit

Permalink
Fix link to contributors in About dialog
Browse files Browse the repository at this point in the history
Add openExternalLinks property to the label to allow the hyperlink to
open in the user's web browser.
  • Loading branch information
RayyanAnsari committed Nov 8, 2024
1 parent 8d4f419 commit adf143a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/qt_sdl/AboutDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
<property name="text">
<string>By Arisotura, the melonDS team &lt;a href=&quot;https://github.com/melonDS-emu/melonDS/graphs/contributors&quot;&gt;and contributors&lt;/a&gt;.</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit adf143a

Please sign in to comment.