From 2cbf6fbb171086d6fd890bb0e6ea8e2fddaa3811 Mon Sep 17 00:00:00 2001
From: Steveice10 <1269164+Steveice10@users.noreply.github.com>
Date: Sun, 12 Mar 2023 08:58:04 -0700
Subject: [PATCH] qt: Fix keys tutorial link in update downloader. (#6343)

---
 src/citra_qt/configuration/configure_system.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/citra_qt/configuration/configure_system.cpp b/src/citra_qt/configuration/configure_system.cpp
index 73afb482a..159106701 100644
--- a/src/citra_qt/configuration/configure_system.cpp
+++ b/src/citra_qt/configuration/configure_system.cpp
@@ -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: "