mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-05 17:26:34 +00:00
NOISSUE Swap discord invite with vanity url
This commit is contained in:
parent
e8b9176736
commit
f3205ebf25
@ -13,7 +13,7 @@ The project uses C++ and Qt5 as the language and base framework. This might seem
|
||||
|
||||
We can do more, with less, on worse hardware and leave more resources for the game while keeping the launcher running and providing extra features.
|
||||
|
||||
If you want to contribute, either talk to us on [Discord](https://discord.gg/0k2zsXGNHs0fE4Wm), [IRC](http://webchat.esper.net/?nick=&channels=MultiMC)(esper.net/#MultiMC) or pick up some item from the github issues [workflowy](https://github.com/MultiMC/MultiMC5/issues) - there is always plenty of ideas around.
|
||||
If you want to contribute, either talk to us on [Discord](https://discord.gg/multimc), [IRC](http://webchat.esper.net/?nick=&channels=MultiMC)(esper.net/#MultiMC) or pick up some item from the github issues [workflowy](https://github.com/MultiMC/MultiMC5/issues) - there is always plenty of ideas around.
|
||||
|
||||
### Building
|
||||
If you want to build MultiMC yourself, check [BUILD.md](BUILD.md) for build instructions.
|
||||
|
@ -1460,7 +1460,7 @@ void MainWindow::on_actionREDDIT_triggered()
|
||||
|
||||
void MainWindow::on_actionDISCORD_triggered()
|
||||
{
|
||||
DesktopServices::openUrl(QUrl("https://discord.gg/0k2zsXGNHs0fE4Wm"));
|
||||
DesktopServices::openUrl(QUrl("https://discord.gg/multimc"));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionChangeInstIcon_triggered()
|
||||
|
Loading…
Reference in New Issue
Block a user