diff --git a/src/yuzu/aboutdialog.ui b/src/yuzu/aboutdialog.ui
index 1fedb01814..5c60a6237d 100644
--- a/src/yuzu/aboutdialog.ui
+++ b/src/yuzu/aboutdialog.ui
@@ -128,7 +128,7 @@ li.checked::marker { content: "\2612"; }
-
- <html><head/><body><p><a href="https://eden-emulator.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.eden-emu.dev"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/activity/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html>
+ <html><head/><body><p><a href="https://eden-emulator.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.eden-emu.dev"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/activity/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://discord.gg/kXAmGCXBGD"><span style=" text-decoration: underline; color:#039be5;">Discord</span></a> | <a href="https://rvlt.gg/qKgFEAbH"><span style=" text-decoration: underline; color:#039be5;">Revolt</span></a> | <a href="https://nitter.poast.org/edenemuofficial"><span style=" text-decoration: underline; color:#039be5;">Twitter</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html>
true
@@ -144,7 +144,7 @@ li.checked::marker { content: "\2612"; }
- <html><head/><body><p><span style=" font-size:7pt;">"Nintendo Switch" is a trademark of Nintendo. eden is not affiliated with Nintendo in any way.</span></p></body></html>
+ <html><head/><body><p><span style=" font-size:7pt;">"Nintendo Switch" is a trademark of Nintendo. Eden is not affiliated with Nintendo in any way.</span></p></body></html>
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 849ffa84de..521c677c2a 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1708,9 +1708,6 @@ void GMainWindow::ConnectMenuEvents() {
connect_menu(ui->action_Mod_Folder, &GMainWindow::OnOpenModFolder);
connect_menu(ui->action_Log_Folder, &GMainWindow::OnOpenLogFolder);
- connect_menu(ui->action_Discord, &GMainWindow::OnOpenDiscord);
- connect_menu(ui->action_Revolt, &GMainWindow::OnOpenRevolt);
- connect_menu(ui->action_X, &GMainWindow::OnOpenX);
connect_menu(ui->action_Verify_installed_contents, &GMainWindow::OnVerifyInstalledContents);
connect_menu(ui->action_Firmware_From_Folder, &GMainWindow::OnInstallFirmware);
connect_menu(ui->action_Firmware_From_ZIP, &GMainWindow::OnInstallFirmwareFromZIP);
@@ -3359,18 +3356,6 @@ void GMainWindow::OnOpenFAQ() {
OpenURL(QUrl(QStringLiteral("https://yuzu-mirror.github.io/help")));
}
-void GMainWindow::OnOpenDiscord() {
- OpenURL(QUrl(QStringLiteral("https://discord.gg/HstXbPch7X")));
-}
-
-void GMainWindow::OnOpenRevolt() {
- OpenURL(QUrl(QStringLiteral("https://rvlt.gg/qKgFEAbH")));
-}
-
-void GMainWindow::OnOpenX() {
- OpenURL(QUrl(QStringLiteral("https://x.com/edenemuofficial")));
-}
-
void GMainWindow::ToggleFullscreen() {
if (!emulation_running) {
return;
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index ae5d74215a..5a802c2e96 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -333,9 +333,6 @@ private slots:
void OnOpenModsPage();
void OnOpenQuickstartGuide();
void OnOpenFAQ();
- void OnOpenDiscord();
- void OnOpenRevolt();
- void OnOpenX();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path, u64 program_id);
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui
index 12ff4efdf1..161cc6c921 100644
--- a/src/yuzu/main.ui
+++ b/src/yuzu/main.ui
@@ -220,10 +220,6 @@
-
-
-
-
@@ -512,11 +508,6 @@
Open &Home Menu
-
-
- &Discord
-
-
Open &Setup
@@ -570,31 +561,6 @@
From ZIP
-
-
- &X
-
-
- X (Twitter)
-
-
-
-
-
-
-
- &Revolt
-
-
- Revolt
-
-
-
-
-
-
-
-
&Eden Dependencies