Browse Source

[desktop] fix links n such

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/108/head
crueter 5 months ago
parent
commit
57f11fbf1e
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      src/yuzu/main.cpp

4
src/yuzu/main.cpp

@ -3656,7 +3656,7 @@ void GMainWindow::OpenURL(const QUrl& url) {
}
void GMainWindow::OnOpenModsPage() {
OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods")));
OpenURL(QUrl(QStringLiteral("https://github.com/eden-emulator/yuzu-mod-archive")));
}
void GMainWindow::OnOpenQuickstartGuide() {
@ -3664,7 +3664,7 @@ void GMainWindow::OnOpenQuickstartGuide() {
}
void GMainWindow::OnOpenFAQ() {
OpenURL(QUrl(QStringLiteral("https://eden-emu.dev")));
OpenURL(QUrl(QStringLiteral("https://yuzu-mirror.github.io/help")));
}
void GMainWindow::OnOpenDiscord() {

Loading…
Cancel
Save