fix: open correct wiki URL when opened from the Help *menu*

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-04 22:16:48 +05:00
parent 6b3a431996
commit 71c0017056
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
5 changed files with 11 additions and 4 deletions

View file

@ -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()