mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:10:04 +00:00
Discord link should grant permanent membership
This commit is contained in:
parent
7dbccecbef
commit
7f624e1263
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml)
|
||||
[](https://supercell-wx.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://discord.gg/snH4tNav7g)
|
||||
[](https://discord.gg/vFMV76brwU)
|
||||
|
||||
Supercell Wx is a free, open source application to visualize live NEXRAD Level 2
|
||||
and Level 3 data, and severe weather alerts. It displays continuously updating
|
||||
|
|
|
|||
|
|
@ -397,7 +397,7 @@ void MainWindow::on_actionUserManual_triggered()
|
|||
|
||||
void MainWindow::on_actionDiscord_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl {"https://discord.gg/snH4tNav7g"});
|
||||
QDesktopServices::openUrl(QUrl {"https://discord.gg/vFMV76brwU"});
|
||||
}
|
||||
|
||||
void MainWindow::on_actionGitHubRepository_triggered()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue