chore: consolidate twitch URLs with www (#6407)

This commit is contained in:
cqttv
2025-08-23 06:46:34 -04:00
committed by GitHub
parent 195776d4b7
commit 41ba487ca1
6 changed files with 11 additions and 9 deletions
+3 -2
View File
@@ -283,8 +283,9 @@ UserInfoPopup::UserInfoPopup(bool closeAutomatically, Split *split)
switch (button)
{
case Qt::LeftButton: {
QDesktopServices::openUrl(QUrl(
"https://twitch.tv/" + this->userName_.toLower()));
QDesktopServices::openUrl(
QUrl("https://www.twitch.tv/" +
this->userName_.toLower()));
}
break;