Browse Source
[desktop] replace discord link with permalink
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/213/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.cpp
|
|
|
@ -3656,7 +3656,7 @@ void GMainWindow::OnOpenFAQ() { |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::OnOpenDiscord() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://discord.gg/edenemu"))); |
|
|
|
OpenURL(QUrl(QStringLiteral("https://discord.gg/kXAmGCXBGD"))); |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::ToggleFullscreen() { |
|
|
|
|