mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
[desktop] fix links n such
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
+2
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user