qt: Fix keys tutorial link in update downloader. (#6343)
This commit is contained in:
parent
27be16ee31
commit
2cbf6fbb17
|
@ -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: "
|
||||
|
|
Reference in New Issue