Add Patreon button. Needs an icon (used I for now).

This commit is contained in:
Sky
2014-04-11 02:59:30 +01:00
parent 50d18a06d5
commit 1657313105
3 changed files with 24 additions and 0 deletions

View File

@ -1015,6 +1015,11 @@ void MainWindow::on_actionReportBug_triggered()
openWebPage(QUrl("https://github.com/MultiMC/MultiMC5/issues"));
}
void MainWindow::on_actionPatreon_triggered()
{
openWebPage(QUrl("http://www.patreon.com/multimc"));
}
void MainWindow::on_actionMoreNews_triggered()
{
openWebPage(QUrl("http://multimc.org/posts.html"));