mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
Initial RSS re-add and removed hardcoded strings
This commit is contained in:
parent
f8ca6b4867
commit
70f8cb81b8
4 changed files with 11 additions and 4 deletions
|
|
@ -1687,7 +1687,7 @@ void MainWindow::on_actionReportBug_triggered()
|
|||
|
||||
void MainWindow::on_actionMoreNews_triggered()
|
||||
{
|
||||
DesktopServices::openUrl(QUrl("https://multimc.org/posts.html"));
|
||||
DesktopServices::openUrl(QUrl(BuildConfig.NEWS_OPEN_URL));
|
||||
}
|
||||
|
||||
void MainWindow::newsButtonClicked()
|
||||
|
|
@ -1699,7 +1699,7 @@ void MainWindow::newsButtonClicked()
|
|||
}
|
||||
else
|
||||
{
|
||||
DesktopServices::openUrl(QUrl("https://multimc.org/posts.html"));
|
||||
DesktopServices::openUrl(QUrl(BuildConfig.NEWS_OPEN_URL));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue