diff --git a/launcher/ui/dialogs/AboutDialog.cpp b/launcher/ui/dialogs/AboutDialog.cpp index c5367d5b9..41f74f977 100644 --- a/launcher/ui/dialogs/AboutDialog.cpp +++ b/launcher/ui/dialogs/AboutDialog.cpp @@ -71,6 +71,16 @@ QString getCreditsHtml() //: %1 is the name of the launcher, determined at build time, e.g. "PolyMC Developers" stream << "
fn2006 %1
\n") .arg(getGitHub("fn2006")); + stream << "anoraktrend %1
\n") .arg(getGitHub("anoraktrend")); + stream << "LennyMcLennington %1
\n") .arg(getGitHub("LennyMcLennington")); stream << QString("Sefa Eyeoglu (Scrumplex) %1
\n") .arg(getWebsite("https://scrumplex.net")); stream << QString("dada513 %1
\n") .arg(getGitHub("dada513")); @@ -81,7 +91,7 @@ QString getCreditsHtml() stream << "DioEgizio %1
\n") .arg(getGitHub("DioEgizio")); stream << QString("flowln %1
\n") .arg(getGitHub("flowln")); stream << QString("swirl %1
\n") .arg(getWebsite("https://swurl.xyz/"));