Skip to content

Commit

Permalink
Fix discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist committed Dec 27, 2021
1 parent 1e5c019 commit dfcbf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ void MainWindow::wikiTriggered()

void MainWindow::discordTriggered()
{
shell::Open(QUrl("https://discord.gg/cYwdcxj"));
shell::Open(QUrl("https://discord.gg/6GKR9jZ"));
}

void MainWindow::issueTriggered()
Expand Down

0 comments on commit dfcbf45

Please sign in to comment.