qt: Corrected broken link in .3ds/encryption warning message

This commit is contained in:
OpenSauce04
2025-03-21 22:37:26 +00:00
parent ec9c3dd276
commit 3718bab5cb
25 changed files with 29 additions and 29 deletions

View File

@@ -358,7 +358,7 @@ GameList::GameList(PlayTime::PlayTimeManager& play_time_manager_, GMainWindow* p
deprecated_3ds_warning->setText(tr(
"IMPORTANT: Encrypted files and .3ds files are no longer supported. Decrypting "
"and/or renaming to .cci may be necessary. <a "
"href=&quot;https://azahar-emu.org/blog/game-loading-changes/&quot;>Learn more.</a>"));
"href='https://azahar-emu.org/blog/game-loading-changes/'>Learn more.</a>"));
deprecated_3ds_warning->setOpenExternalLinks(true);
deprecated_3ds_warning->setStyleSheet(
QString::fromStdString("color: black; font-weight: bold;"));