qt: Fix keys tutorial link in update downloader. (#6343)

This commit is contained in:
Steveice10 2023-03-12 08:58:04 -07:00 committed by GitHub
parent 27be16ee31
commit 2cbf6fbb17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,6 +263,8 @@ ConfigureSystem::ConfigureSystem(QWidget* parent)
} else {
ui->button_start_download->setEnabled(false);
ui->combo_download_mode->setEnabled(false);
ui->label_nus_download->setTextInteractionFlags(Qt::TextBrowserInteraction);
ui->label_nus_download->setOpenExternalLinks(true);
ui->label_nus_download->setText(
tr("Citra is missing keys to download system files. <br><a "
"href='https://citra-emu.org/wiki/aes-keys/'><span style=\"text-decoration: "