mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
fix: open correct wiki URL when opened from the Help *menu*
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
6b3a431996
commit
71c0017056
5 changed files with 11 additions and 4 deletions
|
|
@ -1357,7 +1357,7 @@ void MainWindow::on_actionAddToPATH_triggered()
|
|||
|
||||
void MainWindow::on_actionOpenWiki_triggered()
|
||||
{
|
||||
DesktopServices::openUrl(QUrl(BuildConfig.HELP_URL.arg("")));
|
||||
DesktopServices::openUrl(QUrl(BuildConfig.WIKI_URL));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionMoreNews_triggered()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue