Add Patreon button. Needs an icon (used I for now).
This commit is contained in:
parent
50d18a06d5
commit
1657313105
3 changed files with 24 additions and 0 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue