From 83d518c707621c59edb8eabc902b62f774051a76 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Thu, 18 Sep 2025 23:42:34 +1000 Subject: [PATCH] Qt: Fix about dialog link colour --- src/duckstation-qt/aboutdialog.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/duckstation-qt/aboutdialog.cpp b/src/duckstation-qt/aboutdialog.cpp index 6ec9b149a..b0cafa4f4 100644 --- a/src/duckstation-qt/aboutdialog.cpp +++ b/src/duckstation-qt/aboutdialog.cpp @@ -40,14 +40,15 @@ p, li { white-space: pre-wrap; }

%1

%2:

Connor McLaughlin <stenzek@gmail.com>

-

and other contributors

-

%3 icons8

-

%4 | GitHub | Discord

+

%3

+

%4 icons8

+

%5 | GitHub | Discord

)") .arg(tr("DuckStation is a free simulator/emulator of the Sony PlayStationTM console, focusing on playability, " "speed, and long-term maintainability.")) .arg(tr("Authors")) + .arg(tr("and other contributors")) .arg(tr("Icon by")) .arg(tr("License"))); }